Html Css Color HEX #EB6404 Persimmon

📋 copy color: '#EB6404'

red 235 ◦ green 100 ◦ blue 4

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

Shades of Persimmon #EB6404

Tints of Persimmon #EB6404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 69.32%
G = 29.5%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB6404 (or 0xEB6404) is known color: Persimmon. HEX triplet: EB, 64 and 04. RGB value is (235,100,4). Sum of RGB (Red+Green+Blue) = 235+100+4=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6404 is #149BFB. Grayscale: #818181. Windows color (decimal): -1350652 or 287979. OLE color: 287979.

HSL color Cylindrical-coordinate representation of color #EB6404: hue angle of 24.94º 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 #EB6404 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 100 4 -
CMYK 0 0.57 0.98 0.08
HSL 24.94º 0.97% 0.47% -
HSV(B) 24.94º 0.98% 0.92% -
XYZ 38.84 26.79 3.24 -
YUV 129.42 57.23 203.31 -
System Red Green Blue C M Y K H S L
Decimal 235 100 4 0 0.57 0.98 0.08 24.94 0.97 0.47
Hex EB 64 4 0 39 62 8 19 61 2F
Octal 353 144 4 0 71 142 10 31 141 57
Binary 11101011 1100100 100 0 111001 1100010 1000 11001 1100001 101111

Color Harmonies of #EB6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6404

Black with #EB6404

Text Example


Text Example

White with #EB6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6404; }

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

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

background-color css

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

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

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

border-color css

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

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

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