Html Css Color HEX #EF4A03 Persimmon

📋 copy color: '#EF4A03'

red 239 ◦ green 74 ◦ blue 3

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

Shades of Persimmon #EF4A03

Tints of Persimmon #EF4A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 75.63%
G = 23.42%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF4A03 (or 0xEF4A03) is known color: Persimmon. HEX triplet: EF, 4A and 03. RGB value is (239,74,3). Sum of RGB (Red+Green+Blue) = 239+74+3=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4A03 is #10B5FC. Grayscale: #737373. Windows color (decimal): -1095165 or 215791. OLE color: 215791.

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

Color convert

RGB 239 74 3 -
CMYK 0 0.69 0.99 0.06
HSL 18.05º 0.98% 0.47% -
HSV(B) 18.05º 0.99% 0.94% -
XYZ 38.06 23.25 2.57 -
YUV 115.24 64.66 216.27 -
System Red Green Blue C M Y K H S L
Decimal 239 74 3 0 0.69 0.99 0.06 18.05 0.98 0.47
Hex EF 4A 3 0 45 63 6 12 62 2F
Octal 357 112 3 0 105 143 6 22 142 57
Binary 11101111 1001010 11 0 1000101 1100011 110 10010 1100010 101111

Color Harmonies of #EF4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4A03

Black with #EF4A03

Text Example


Text Example

White with #EF4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4A03; }

 p { color: rgb(239,74,3); }

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

background-color css

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

 a { background-color: rgb(239,74,3); }

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

border-color css

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

 span { border-color: rgb(239,74,3); }

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