Html Css Color HEX #EF6600 Persimmon

📋 copy color: '#EF6600'

red 239 ◦ green 102 ◦ blue 0

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

Shades of Persimmon #EF6600

Tints of Persimmon #EF6600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.09%
G = 29.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF6600 (or 0xEF6600) is known color: Persimmon. HEX triplet: EF, 66 and 00. RGB value is (239,102,0). Sum of RGB (Red+Green+Blue) = 239+102+0=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6600 is #1099FF. Grayscale: #838383. Windows color (decimal): -1088000 or 26351. OLE color: 26351.

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

Color convert

RGB 239 102 0 -
CMYK 0 0.57 1 0.06
HSL 25.61º 1% 0.47% -
HSV(B) 25.61º 1% 0.94% -
XYZ 40.35 27.85 3.25 -
YUV 131.34 53.89 204.79 -
System Red Green Blue C M Y K H S L
Decimal 239 102 0 0 0.57 1 0.06 25.61 1 0.47
Hex EF 66 0 0 39 64 6 1A 64 2F
Octal 357 146 0 0 71 144 6 32 144 57
Binary 11101111 1100110 0 0 111001 1100100 110 11010 1100100 101111

Color Harmonies of #EF6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6600

Black with #EF6600

Text Example


Text Example

White with #EF6600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6600; }

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

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

background-color css

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

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

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

border-color css

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

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

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