Html Css Color HEX #EF4B0A Persimmon

📋 copy color: '#EF4B0A'

red 239 ◦ green 75 ◦ blue 10

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

Shades of Persimmon #EF4B0A

Tints of Persimmon #EF4B0A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.15%

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

R = 73.77%
G = 23.15%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF4B0A (or 0xEF4B0A) is known color: Persimmon. HEX triplet: EF, 4B and 0A. RGB value is (239,75,10). Sum of RGB (Red+Green+Blue) = 239+75+10=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4B0A is #10B4F5. Grayscale: #757575. Windows color (decimal): -1094902 or 674799. OLE color: 674799.

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

Color convert

RGB 239 75 10 -
CMYK 0 0.69 0.96 0.06
HSL 17.03º 0.92% 0.49% -
HSV(B) 17.03º 0.96% 0.94% -
XYZ 38.17 23.4 2.79 -
YUV 116.63 67.83 215.29 -
System Red Green Blue C M Y K H S L
Decimal 239 75 10 0 0.69 0.96 0.06 17.03 0.92 0.49
Hex EF 4B A 0 45 60 6 11 5C 31
Octal 357 113 12 0 105 140 6 21 134 61
Binary 11101111 1001011 1010 0 1000101 1100000 110 10001 1011100 110001

Color Harmonies of #EF4B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4B0A

Black with #EF4B0A

Text Example


Text Example

White with #EF4B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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