Html Css Color HEX #EF6002 Persimmon

📋 copy color: '#EF6002'

red 239 ◦ green 96 ◦ blue 2

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

Shades of Persimmon #EF6002

Tints of Persimmon #EF6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 70.92%
G = 28.49%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF6002 (or 0xEF6002) is known color: Persimmon. HEX triplet: EF, 60 and 02. RGB value is (239,96,2). Sum of RGB (Red+Green+Blue) = 239+96+2=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6002 is #109FFD. Grayscale: #808080. Windows color (decimal): -1089534 or 155887. OLE color: 155887.

HSL color Cylindrical-coordinate representation of color #EF6002: hue angle of 23.8º 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 #EF6002 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 2 -
CMYK 0 0.60 0.99 0.06
HSL 23.8º 0.98% 0.47% -
HSV(B) 23.8º 0.99% 0.94% -
XYZ 39.79 26.72 3.12 -
YUV 128.04 56.88 207.14 -
System Red Green Blue C M Y K H S L
Decimal 239 96 2 0 0.60 0.99 0.06 23.8 0.98 0.47
Hex EF 60 2 0 3C 63 6 18 62 2F
Octal 357 140 2 0 74 143 6 30 142 57
Binary 11101111 1100000 10 0 111100 1100011 110 11000 1100010 101111

Color Harmonies of #EF6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6002

Black with #EF6002

Text Example


Text Example

White with #EF6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6002; }

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

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

background-color css

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

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

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

border-color css

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

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

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