Html Css Color HEX #EB4A03 Persimmon

📋 copy color: '#EB4A03'

red 235 ◦ green 74 ◦ blue 3

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

Shades of Persimmon #EB4A03

Tints of Persimmon #EB4A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 75.32%
G = 23.72%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB4A03 (or 0xEB4A03) is known color: Persimmon. HEX triplet: EB, 4A and 03. RGB value is (235,74,3). Sum of RGB (Red+Green+Blue) = 235+74+3=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A03 is #14B5FC. Grayscale: #727272. Windows color (decimal): -1357309 or 215787. OLE color: 215787.

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

Color convert

RGB 235 74 3 -
CMYK 0 0.69 0.99 0.08
HSL 18.36º 0.97% 0.47% -
HSV(B) 18.36º 0.99% 0.92% -
XYZ 36.73 22.57 2.51 -
YUV 114.05 65.34 214.27 -
System Red Green Blue C M Y K H S L
Decimal 235 74 3 0 0.69 0.99 0.08 18.36 0.97 0.47
Hex EB 4A 3 0 45 63 8 12 61 2F
Octal 353 112 3 0 105 143 10 22 141 57
Binary 11101011 1001010 11 0 1000101 1100011 1000 10010 1100001 101111

Color Harmonies of #EB4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A03

Black with #EB4A03

Text Example


Text Example

White with #EB4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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