Html Css Color HEX #EF4B04 Persimmon

📋 copy color: '#EF4B04'

red 239 ◦ green 75 ◦ blue 4

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

Shades of Persimmon #EF4B04

Tints of Persimmon #EF4B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 75.16%
G = 23.58%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF4B04 (or 0xEF4B04) is known color: Persimmon. HEX triplet: EF, 4B and 04. RGB value is (239,75,4). Sum of RGB (Red+Green+Blue) = 239+75+4=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4B04 is #10B4FB. Grayscale: #747474. Windows color (decimal): -1094908 or 281583. OLE color: 281583.

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

Color convert

RGB 239 75 4 -
CMYK 0 0.69 0.98 0.06
HSL 18.13º 0.97% 0.48% -
HSV(B) 18.13º 0.98% 0.94% -
XYZ 38.13 23.39 2.62 -
YUV 115.94 64.83 215.77 -
System Red Green Blue C M Y K H S L
Decimal 239 75 4 0 0.69 0.98 0.06 18.13 0.97 0.48
Hex EF 4B 4 0 45 62 6 12 61 30
Octal 357 113 4 0 105 142 6 22 141 60
Binary 11101111 1001011 100 0 1000101 1100010 110 10010 1100001 110000

Color Harmonies of #EF4B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4B04

Black with #EF4B04

Text Example


Text Example

White with #EF4B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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