Html Css Color HEX #E1903C California

📋 copy color: '#E1903C'

red 225 ◦ green 144 ◦ blue 60

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

Shades of California #E1903C

Tints of California #E1903C

RGB

 RED value IS 225 (88.28% from 255) = 52.45%

 GREEN value IS 144 (56.64% from 255) = 33.57%

 BLUE value IS 60 (23.83% from 255) = 13.99%

R = 52.45%
G = 33.57%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1903C (or 0xE1903C) is known color: California. HEX triplet: E1, 90 and 3C. RGB value is (225,144,60). Sum of RGB (Red+Green+Blue) = 225+144+60=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1903C is #1E6FC3. Grayscale: #9F9F9F. Windows color (decimal): -1994692 or 3969249. OLE color: 3969249.

HSL color Cylindrical-coordinate representation of color #E1903C: hue angle of 30.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1903C is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 144 60 -
CMYK 0 0.36 0.73 0.12
HSL 30.55º 0.73% 0.56% -
HSV(B) 30.55º 0.73% 0.88% -
XYZ 41.84 36.28 9.07 -
YUV 158.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 225 144 60 0 0.36 0.73 0.12 30.55 0.73 0.56
Hex E1 90 3C 0 24 49 C 1F 49 38
Octal 341 220 74 0 44 111 14 37 111 70
Binary 11100001 10010000 111100 0 100100 1001001 1100 11111 1001001 111000

Color Harmonies of #E1903C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1903C

Black with #E1903C

Text Example


Text Example

White with #E1903C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1903C; }

 p { color: rgb(225,144,60); }

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

background-color css

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

 a { background-color: rgb(225,144,60); }

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

border-color css

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

 span { border-color: rgb(225,144,60); }

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