Html Css Color HEX #EB600C Persimmon

📋 copy color: '#EB600C'

red 235 ◦ green 96 ◦ blue 12

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

Shades of Persimmon #EB600C

Tints of Persimmon #EB600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

 BLUE value IS 12 (5.08% from 255) = 3.5%

R = 68.51%
G = 27.99%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB600C (or 0xEB600C) is known color: Persimmon. HEX triplet: EB, 60 and 0C. RGB value is (235,96,12). Sum of RGB (Red+Green+Blue) = 235+96+12=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB600C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB600C is #149FF3. Grayscale: #808080. Windows color (decimal): -1351668 or 811243. OLE color: 811243.

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

Color convert

RGB 235 96 12 -
CMYK 0 0.59 0.95 0.08
HSL 22.6º 0.9% 0.48% -
HSV(B) 22.6º 0.95% 0.92% -
XYZ 38.51 26.05 3.35 -
YUV 127.99 62.55 204.33 -
System Red Green Blue C M Y K H S L
Decimal 235 96 12 0 0.59 0.95 0.08 22.6 0.9 0.48
Hex EB 60 C 0 3B 5F 8 17 5A 30
Octal 353 140 14 0 73 137 10 27 132 60
Binary 11101011 1100000 1100 0 111011 1011111 1000 10111 1011010 110000

Color Harmonies of #EB600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB600C

Black with #EB600C

Text Example


Text Example

White with #EB600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB600C; }

 p { color: rgb(235,96,12); }

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

background-color css

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

 a { background-color: rgb(235,96,12); }

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

border-color css

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

 span { border-color: rgb(235,96,12); }

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