Html Css Color HEX #E95003 Persimmon

📋 copy color: '#E95003'

red 233 ◦ green 80 ◦ blue 3

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

Shades of Persimmon #E95003

Tints of Persimmon #E95003

RGB

 RED value IS 233 (91.41% from 255) = 73.73%

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 73.73%
G = 25.32%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E95003 (or 0xE95003) is known color: Persimmon. HEX triplet: E9, 50 and 03. RGB value is (233,80,3). Sum of RGB (Red+Green+Blue) = 233+80+3=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E95003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95003 is #16AFFC. Grayscale: #757575. Windows color (decimal): -1486845 or 217321. OLE color: 217321.

HSL color Cylindrical-coordinate representation of color #E95003: hue angle of 20.09º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E95003 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 3 -
CMYK 0 0.66 0.99 0.09
HSL 20.09º 0.97% 0.46% -
HSV(B) 20.09º 0.99% 0.91% -
XYZ 36.49 23.07 2.62 -
YUV 116.97 63.69 210.76 -
System Red Green Blue C M Y K H S L
Decimal 233 80 3 0 0.66 0.99 0.09 20.09 0.97 0.46
Hex E9 50 3 0 42 63 9 14 61 2E
Octal 351 120 3 0 102 143 11 24 141 56
Binary 11101001 1010000 11 0 1000010 1100011 1001 10100 1100001 101110

Color Harmonies of #E95003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95003

Black with #E95003

Text Example


Text Example

White with #E95003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95003; }

 p { color: rgb(233,80,3); }

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

background-color css

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

 a { background-color: rgb(233,80,3); }

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

border-color css

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

 span { border-color: rgb(233,80,3); }

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