Html Css Color HEX #EF5A06 Persimmon

📋 copy color: '#EF5A06'

red 239 ◦ green 90 ◦ blue 6

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

Shades of Persimmon #EF5A06

Tints of Persimmon #EF5A06

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

 BLUE value IS 6 (2.73% from 255) = 1.79%

R = 71.34%
G = 26.87%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF5A06 (or 0xEF5A06) is known color: Persimmon. HEX triplet: EF, 5A and 06. RGB value is (239,90,6). Sum of RGB (Red+Green+Blue) = 239+90+6=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5A06 is #10A5F9. Grayscale: #7D7D7D. Windows color (decimal): -1091066 or 416495. OLE color: 416495.

HSL color Cylindrical-coordinate representation of color #EF5A06: hue angle of 21.63º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF5A06 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 90 6 -
CMYK 0 0.62 0.97 0.06
HSL 21.63º 0.95% 0.48% -
HSV(B) 21.63º 0.97% 0.94% -
XYZ 39.29 25.68 3.06 -
YUV 124.98 60.86 209.33 -
System Red Green Blue C M Y K H S L
Decimal 239 90 6 0 0.62 0.97 0.06 21.63 0.95 0.48
Hex EF 5A 6 0 3E 61 6 16 5F 30
Octal 357 132 6 0 76 141 6 26 137 60
Binary 11101111 1011010 110 0 111110 1100001 110 10110 1011111 110000

Color Harmonies of #EF5A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A06

Black with #EF5A06

Text Example


Text Example

White with #EF5A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A06; }

 p { color: rgb(239,90,6); }

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

background-color css

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

 a { background-color: rgb(239,90,6); }

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

border-color css

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

 span { border-color: rgb(239,90,6); }

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