Html Css Color HEX #EF510A Persimmon

📋 copy color: '#EF510A'

red 239 ◦ green 81 ◦ blue 10

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

Shades of Persimmon #EF510A

Tints of Persimmon #EF510A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 72.42%
G = 24.55%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF510A (or 0xEF510A) is known color: Persimmon. HEX triplet: EF, 51 and 0A. RGB value is (239,81,10). Sum of RGB (Red+Green+Blue) = 239+81+10=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF510A is #10AEF5. Grayscale: #787878. Windows color (decimal): -1093366 or 676335. OLE color: 676335.

HSL color Cylindrical-coordinate representation of color #EF510A: hue angle of 18.6º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF510A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 81 10 -
CMYK 0 0.66 0.96 0.06
HSL 18.6º 0.92% 0.49% -
HSV(B) 18.6º 0.96% 0.94% -
XYZ 38.59 24.26 2.94 -
YUV 120.15 65.85 212.77 -
System Red Green Blue C M Y K H S L
Decimal 239 81 10 0 0.66 0.96 0.06 18.6 0.92 0.49
Hex EF 51 A 0 42 60 6 13 5C 31
Octal 357 121 12 0 102 140 6 23 134 61
Binary 11101111 1010001 1010 0 1000010 1100000 110 10011 1011100 110001

Color Harmonies of #EF510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF510A

Black with #EF510A

Text Example


Text Example

White with #EF510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF510A; }

 p { color: rgb(239,81,10); }

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

background-color css

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

 a { background-color: rgb(239,81,10); }

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

border-color css

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

 span { border-color: rgb(239,81,10); }

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