Html Css Color HEX #EB5E0C Persimmon

📋 copy color: '#EB5E0C'

red 235 ◦ green 94 ◦ blue 12

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

Shades of Persimmon #EB5E0C

Tints of Persimmon #EB5E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

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

R = 68.91%
G = 27.57%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB5E0C (or 0xEB5E0C) is known color: Persimmon. HEX triplet: EB, 5E and 0C. RGB value is (235,94,12). Sum of RGB (Red+Green+Blue) = 235+94+12=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5E0C is #14A1F3. Grayscale: #7F7F7F. Windows color (decimal): -1352180 or 810731. OLE color: 810731.

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

Color convert

RGB 235 94 12 -
CMYK 0 0.6 0.95 0.08
HSL 22.06º 0.9% 0.48% -
HSV(B) 22.06º 0.95% 0.92% -
XYZ 38.33 25.69 3.29 -
YUV 126.81 63.21 205.17 -
System Red Green Blue C M Y K H S L
Decimal 235 94 12 0 0.6 0.95 0.08 22.06 0.9 0.48
Hex EB 5E C 0 3C 5F 8 16 5A 30
Octal 353 136 14 0 74 137 10 26 132 60
Binary 11101011 1011110 1100 0 111100 1011111 1000 10110 1011010 110000

Color Harmonies of #EB5E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E0C

Black with #EB5E0C

Text Example


Text Example

White with #EB5E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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