Html Css Color HEX #EF5C06 Persimmon

📋 copy color: '#EF5C06'

red 239 ◦ green 92 ◦ blue 6

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

Shades of Persimmon #EF5C06

Tints of Persimmon #EF5C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

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

R = 70.92%
G = 27.3%
B = 1.78%

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

#EF5C06 (or 0xEF5C06) is known color: Persimmon. HEX triplet: EF, 5C and 06. RGB value is (239,92,6). Sum of RGB (Red+Green+Blue) = 239+92+6=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5C06 is #10A3F9. Grayscale: #7E7E7E. Windows color (decimal): -1090554 or 417007. OLE color: 417007.

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

Color convert

RGB 239 92 6 -
CMYK 0 0.62 0.97 0.06
HSL 22.15º 0.95% 0.48% -
HSV(B) 22.15º 0.97% 0.94% -
XYZ 39.46 26.02 3.11 -
YUV 126.15 60.2 208.49 -
System Red Green Blue C M Y K H S L
Decimal 239 92 6 0 0.62 0.97 0.06 22.15 0.95 0.48
Hex EF 5C 6 0 3E 61 6 16 5F 30
Octal 357 134 6 0 76 141 6 26 137 60
Binary 11101111 1011100 110 0 111110 1100001 110 10110 1011111 110000

Color Harmonies of #EF5C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5C06

Black with #EF5C06

Text Example


Text Example

White with #EF5C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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