Html Css Color HEX #EB6409 Persimmon

📋 copy color: '#EB6409'

red 235 ◦ green 100 ◦ blue 9

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

Shades of Persimmon #EB6409

Tints of Persimmon #EB6409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 68.31%
G = 29.07%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB6409 (or 0xEB6409) is known color: Persimmon. HEX triplet: EB, 64 and 09. RGB value is (235,100,9). Sum of RGB (Red+Green+Blue) = 235+100+9=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6409 is #149BF6. Grayscale: #828282. Windows color (decimal): -1350647 or 615659. OLE color: 615659.

HSL color Cylindrical-coordinate representation of color #EB6409: hue angle of 24.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB6409 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 100 9 -
CMYK 0 0.57 0.96 0.08
HSL 24.16º 0.93% 0.48% -
HSV(B) 24.16º 0.96% 0.92% -
XYZ 38.87 26.8 3.38 -
YUV 129.99 59.73 202.9 -
System Red Green Blue C M Y K H S L
Decimal 235 100 9 0 0.57 0.96 0.08 24.16 0.93 0.48
Hex EB 64 9 0 39 60 8 18 5D 30
Octal 353 144 11 0 71 140 10 30 135 60
Binary 11101011 1100100 1001 0 111001 1100000 1000 11000 1011101 110000

Color Harmonies of #EB6409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6409

Black with #EB6409

Text Example


Text Example

White with #EB6409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6409; }

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

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

background-color css

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

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

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

border-color css

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

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

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