Html Css Color HEX #EF5006 Persimmon

📋 copy color: '#EF5006'

red 239 ◦ green 80 ◦ blue 6

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

Shades of Persimmon #EF5006

Tints of Persimmon #EF5006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 73.54%
G = 24.62%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF5006 (or 0xEF5006) is known color: Persimmon. HEX triplet: EF, 50 and 06. RGB value is (239,80,6). Sum of RGB (Red+Green+Blue) = 239+80+6=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5006 is #10AFF9. Grayscale: #777777. Windows color (decimal): -1093626 or 413935. OLE color: 413935.

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

Color convert

RGB 239 80 6 -
CMYK 0 0.67 0.97 0.06
HSL 19.06º 0.95% 0.48% -
HSV(B) 19.06º 0.97% 0.94% -
XYZ 38.5 24.1 2.8 -
YUV 119.11 64.18 213.52 -
System Red Green Blue C M Y K H S L
Decimal 239 80 6 0 0.67 0.97 0.06 19.06 0.95 0.48
Hex EF 50 6 0 43 61 6 13 5F 30
Octal 357 120 6 0 103 141 6 23 137 60
Binary 11101111 1010000 110 0 1000011 1100001 110 10011 1011111 110000

Color Harmonies of #EF5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5006

Black with #EF5006

Text Example


Text Example

White with #EF5006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5006; }

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

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

background-color css

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

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

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

border-color css

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

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

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