Html Css Color HEX #EA4F03 Persimmon

📋 copy color: '#EA4F03'

red 234 ◦ green 79 ◦ blue 3

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

Shades of Persimmon #EA4F03

Tints of Persimmon #EA4F03

RGB

 RED value IS 234 (91.8% from 255) = 74.05%

 GREEN value IS 79 (31.25% from 255) = 25%

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

R = 74.05%
G = 25%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA4F03 (or 0xEA4F03) is known color: Persimmon. HEX triplet: EA, 4F and 03. RGB value is (234,79,3). Sum of RGB (Red+Green+Blue) = 234+79+3=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4F03 is #15B0FC. Grayscale: #757575. Windows color (decimal): -1421565 or 217066. OLE color: 217066.

HSL color Cylindrical-coordinate representation of color #EA4F03: hue angle of 19.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA4F03 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 79 3 -
CMYK 0 0.66 0.99 0.08
HSL 19.74º 0.97% 0.46% -
HSV(B) 19.74º 0.99% 0.92% -
XYZ 36.74 23.09 2.61 -
YUV 116.68 63.85 211.68 -
System Red Green Blue C M Y K H S L
Decimal 234 79 3 0 0.66 0.99 0.08 19.74 0.97 0.46
Hex EA 4F 3 0 42 63 8 14 61 2E
Octal 352 117 3 0 102 143 10 24 141 56
Binary 11101010 1001111 11 0 1000010 1100011 1000 10100 1100001 101110

Color Harmonies of #EA4F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F03

Black with #EA4F03

Text Example


Text Example

White with #EA4F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F03; }

 p { color: rgb(234,79,3); }

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

background-color css

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

 a { background-color: rgb(234,79,3); }

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

border-color css

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

 span { border-color: rgb(234,79,3); }

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