Html Css Color HEX #EF640B Persimmon

📋 copy color: '#EF640B'

red 239 ◦ green 100 ◦ blue 11

#EF640B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #EF640B

Tints of Persimmon #EF640B

RGB

 RED value IS 239 (93.75% from 255) = 68.29%

 GREEN value IS 100 (39.45% from 255) = 28.57%

 BLUE value IS 11 (4.69% from 255) = 3.14%

R = 68.29%
G = 28.57%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF640B (or 0xEF640B) is known color: Persimmon. HEX triplet: EF, 64 and 0B. RGB value is (239,100,11). Sum of RGB (Red+Green+Blue) = 239+100+11=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF640B is #109BF4. Grayscale: #838383. Windows color (decimal): -1088501 or 746735. OLE color: 746735.

HSL color Cylindrical-coordinate representation of color #EF640B: hue angle of 23.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF640B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 11 -
CMYK 0 0.58 0.95 0.06
HSL 23.42º 0.91% 0.49% -
HSV(B) 23.42º 0.95% 0.94% -
XYZ 40.21 27.49 3.5 -
YUV 131.42 60.05 204.74 -
System Red Green Blue C M Y K H S L
Decimal 239 100 11 0 0.58 0.95 0.06 23.42 0.91 0.49
Hex EF 64 B 0 3A 5F 6 17 5B 31
Octal 357 144 13 0 72 137 6 27 133 61
Binary 11101111 1100100 1011 0 111010 1011111 110 10111 1011011 110001

Color Harmonies of #EF640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF640B

Black with #EF640B

Text Example


Text Example

White with #EF640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF640B; }

 p { color: rgb(239,100,11); }

 H1.HeaderClassName
 {
   color: #EF640B;
 }
 .AnyTagClassName
 {
   color: #EF640B;
 }
</style>

background-color css

<style>
 a { background-color: #EF640B; }

 a { background-color: rgb(239,100,11); }

 div.DivClassName
 {
   background-color: #EF640B;
 }
 .BgClassName
 {
   background-color: #EF640B;
 }
</style>

border-color css

<style>
 span { border-color: #EF640B; }

 span { border-color: rgb(239,100,11); }

 td.TdClassName
 {
   border-color: #EF640B;
 }
 .TagClassName
 {
   border-color: #EF640B;
 }
</style>