Html Css Color HEX #EF4B12 Persimmon

📋 copy color: '#EF4B12'

red 239 ◦ green 75 ◦ blue 18

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

Shades of Persimmon #EF4B12

Tints of Persimmon #EF4B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.42%

R = 71.99%
G = 22.59%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4B12 (or 0xEF4B12) is known color: Persimmon. HEX triplet: EF, 4B and 12. RGB value is (239,75,18). Sum of RGB (Red+Green+Blue) = 239+75+18=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4B12 is #10B4ED. Grayscale: #757575. Windows color (decimal): -1094894 or 1199087. OLE color: 1199087.

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

Color convert

RGB 239 75 18 -
CMYK 0 0.69 0.92 0.06
HSL 15.48º 0.87% 0.5% -
HSV(B) 15.48º 0.92% 0.94% -
XYZ 38.22 23.43 3.08 -
YUV 117.54 71.83 214.63 -
System Red Green Blue C M Y K H S L
Decimal 239 75 18 0 0.69 0.92 0.06 15.48 0.87 0.5
Hex EF 4B 12 0 45 5C 6 F 57 32
Octal 357 113 22 0 105 134 6 17 127 62
Binary 11101111 1001011 10010 0 1000101 1011100 110 1111 1010111 110010

Color Harmonies of #EF4B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4B12

Black with #EF4B12

Text Example


Text Example

White with #EF4B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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