Html Css Color HEX #EF6602 Persimmon

📋 copy color: '#EF6602'

red 239 ◦ green 102 ◦ blue 2

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

Shades of Persimmon #EF6602

Tints of Persimmon #EF6602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 69.68%
G = 29.74%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF6602 (or 0xEF6602) is known color: Persimmon. HEX triplet: EF, 66 and 02. RGB value is (239,102,2). Sum of RGB (Red+Green+Blue) = 239+102+2=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6602 is #1099FD. Grayscale: #848484. Windows color (decimal): -1087998 or 157423. OLE color: 157423.

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

Color convert

RGB 239 102 2 -
CMYK 0 0.57 0.99 0.06
HSL 25.32º 0.98% 0.47% -
HSV(B) 25.32º 0.99% 0.94% -
XYZ 40.36 27.86 3.31 -
YUV 131.56 54.89 204.63 -
System Red Green Blue C M Y K H S L
Decimal 239 102 2 0 0.57 0.99 0.06 25.32 0.98 0.47
Hex EF 66 2 0 39 63 6 19 62 2F
Octal 357 146 2 0 71 143 6 31 142 57
Binary 11101111 1100110 10 0 111001 1100011 110 11001 1100010 101111

Color Harmonies of #EF6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6602

Black with #EF6602

Text Example


Text Example

White with #EF6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6602; }

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

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

background-color css

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

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

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

border-color css

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

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

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