Html Css Color HEX #E75C02 Persimmon

📋 copy color: '#E75C02'

red 231 ◦ green 92 ◦ blue 2

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

Shades of Persimmon #E75C02

Tints of Persimmon #E75C02

RGB

 RED value IS 231 (90.63% from 255) = 71.08%

 GREEN value IS 92 (36.33% from 255) = 28.31%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 71.08%
G = 28.31%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E75C02 (or 0xE75C02) is known color: Persimmon. HEX triplet: E7, 5C and 02. RGB value is (231,92,2). Sum of RGB (Red+Green+Blue) = 231+92+2=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75C02 is #18A3FD. Grayscale: #7B7B7B. Windows color (decimal): -1614846 or 154855. OLE color: 154855.

HSL color Cylindrical-coordinate representation of color #E75C02: hue angle of 23.58º degrees, saturation: 0.98, 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 #E75C02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 2 -
CMYK 0 0.60 0.99 0.09
HSL 23.58º 0.98% 0.46% -
HSV(B) 23.58º 0.99% 0.91% -
XYZ 36.79 24.65 2.88 -
YUV 123.3 59.55 204.82 -
System Red Green Blue C M Y K H S L
Decimal 231 92 2 0 0.60 0.99 0.09 23.58 0.98 0.46
Hex E7 5C 2 0 3C 63 9 18 62 2E
Octal 347 134 2 0 74 143 11 30 142 56
Binary 11100111 1011100 10 0 111100 1100011 1001 11000 1100010 101110

Color Harmonies of #E75C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C02

Black with #E75C02

Text Example


Text Example

White with #E75C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C02; }

 p { color: rgb(231,92,2); }

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

background-color css

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

 a { background-color: rgb(231,92,2); }

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

border-color css

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

 span { border-color: rgb(231,92,2); }

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