Html Css Color HEX #EB4A04 Persimmon

📋 copy color: '#EB4A04'

red 235 ◦ green 74 ◦ blue 4

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

Shades of Persimmon #EB4A04

Tints of Persimmon #EB4A04

RGB

 RED value IS 235 (92.19% from 255) = 75.08%

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

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

R = 75.08%
G = 23.64%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB4A04 (or 0xEB4A04) is known color: Persimmon. HEX triplet: EB, 4A and 04. RGB value is (235,74,4). Sum of RGB (Red+Green+Blue) = 235+74+4=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A04 is #14B5FB. Grayscale: #727272. Windows color (decimal): -1357308 or 281323. OLE color: 281323.

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

Color convert

RGB 235 74 4 -
CMYK 0 0.69 0.98 0.08
HSL 18.18º 0.97% 0.47% -
HSV(B) 18.18º 0.98% 0.92% -
XYZ 36.73 22.57 2.54 -
YUV 114.16 65.84 214.19 -
System Red Green Blue C M Y K H S L
Decimal 235 74 4 0 0.69 0.98 0.08 18.18 0.97 0.47
Hex EB 4A 4 0 45 62 8 12 61 2F
Octal 353 112 4 0 105 142 10 22 141 57
Binary 11101011 1001010 100 0 1000101 1100010 1000 10010 1100001 101111

Color Harmonies of #EB4A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A04

Black with #EB4A04

Text Example


Text Example

White with #EB4A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A04; }

 p { color: rgb(235,74,4); }

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

background-color css

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

 a { background-color: rgb(235,74,4); }

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

border-color css

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

 span { border-color: rgb(235,74,4); }

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