Html Css Color HEX #EF4B0F Persimmon

📋 copy color: '#EF4B0F'

red 239 ◦ green 75 ◦ blue 15

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

Shades of Persimmon #EF4B0F

Tints of Persimmon #EF4B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 72.64%
G = 22.8%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF4B0F (or 0xEF4B0F) is known color: Persimmon. HEX triplet: EF, 4B and 0F. RGB value is (239,75,15). Sum of RGB (Red+Green+Blue) = 239+75+15=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4B0F is #10B4F0. Grayscale: #757575. Windows color (decimal): -1094897 or 1002479. OLE color: 1002479.

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

Color convert

RGB 239 75 15 -
CMYK 0 0.69 0.94 0.06
HSL 16.07º 0.88% 0.5% -
HSV(B) 16.07º 0.94% 0.94% -
XYZ 38.2 23.42 2.96 -
YUV 117.2 70.33 214.88 -
System Red Green Blue C M Y K H S L
Decimal 239 75 15 0 0.69 0.94 0.06 16.07 0.88 0.5
Hex EF 4B F 0 45 5E 6 10 58 32
Octal 357 113 17 0 105 136 6 20 130 62
Binary 11101111 1001011 1111 0 1000101 1011110 110 10000 1011000 110010

Color Harmonies of #EF4B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4B0F

Black with #EF4B0F

Text Example


Text Example

White with #EF4B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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