Html Css Color HEX #EF6102 Persimmon

📋 copy color: '#EF6102'

red 239 ◦ green 97 ◦ blue 2

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

Shades of Persimmon #EF6102

Tints of Persimmon #EF6102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 70.71%
G = 28.7%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF6102 (or 0xEF6102) is known color: Persimmon. HEX triplet: EF, 61 and 02. RGB value is (239,97,2). Sum of RGB (Red+Green+Blue) = 239+97+2=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6102 is #109EFD. Grayscale: #818181. Windows color (decimal): -1089278 or 156143. OLE color: 156143.

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

Color convert

RGB 239 97 2 -
CMYK 0 0.59 0.99 0.06
HSL 24.05º 0.98% 0.47% -
HSV(B) 24.05º 0.99% 0.94% -
XYZ 39.88 26.9 3.15 -
YUV 128.63 56.54 206.72 -
System Red Green Blue C M Y K H S L
Decimal 239 97 2 0 0.59 0.99 0.06 24.05 0.98 0.47
Hex EF 61 2 0 3B 63 6 18 62 2F
Octal 357 141 2 0 73 143 6 30 142 57
Binary 11101111 1100001 10 0 111011 1100011 110 11000 1100010 101111

Color Harmonies of #EF6102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6102

Black with #EF6102

Text Example


Text Example

White with #EF6102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6102; }

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

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

background-color css

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

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

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

border-color css

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

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

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