Html Css Color HEX #EF6611 Persimmon

📋 copy color: '#EF6611'

red 239 ◦ green 102 ◦ blue 17

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

Shades of Persimmon #EF6611

Tints of Persimmon #EF6611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

 BLUE value IS 17 (7.03% from 255) = 4.75%

R = 66.76%
G = 28.49%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF6611 (or 0xEF6611) is known color: Persimmon. HEX triplet: EF, 66 and 11. RGB value is (239,102,17). Sum of RGB (Red+Green+Blue) = 239+102+17=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6611 is #1099EE. Grayscale: #858585. Windows color (decimal): -1087983 or 1140463. OLE color: 1140463.

HSL color Cylindrical-coordinate representation of color #EF6611: hue angle of 22.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF6611 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 102 17 -
CMYK 0 0.57 0.93 0.06
HSL 22.97º 0.87% 0.5% -
HSV(B) 22.97º 0.93% 0.94% -
XYZ 40.45 27.89 3.78 -
YUV 133.27 62.39 203.41 -
System Red Green Blue C M Y K H S L
Decimal 239 102 17 0 0.57 0.93 0.06 22.97 0.87 0.5
Hex EF 66 11 0 39 5D 6 17 57 32
Octal 357 146 21 0 71 135 6 27 127 62
Binary 11101111 1100110 10001 0 111001 1011101 110 10111 1010111 110010

Color Harmonies of #EF6611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6611

Black with #EF6611

Text Example


Text Example

White with #EF6611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6611; }

 p { color: rgb(239,102,17); }

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

background-color css

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

 a { background-color: rgb(239,102,17); }

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

border-color css

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

 span { border-color: rgb(239,102,17); }

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