Html Css Color HEX #E1903B California

📋 copy color: '#E1903B'

red 225 ◦ green 144 ◦ blue 59

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

Shades of California #E1903B

Tints of California #E1903B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.79%

R = 52.57%
G = 33.64%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1903B (or 0xE1903B) is known color: California. HEX triplet: E1, 90 and 3B. RGB value is (225,144,59). Sum of RGB (Red+Green+Blue) = 225+144+59=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1903B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1903B is #1E6FC4. Grayscale: #9E9E9E. Windows color (decimal): -1994693 or 3903713. OLE color: 3903713.

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

Color convert

RGB 225 144 59 -
CMYK 0 0.36 0.74 0.12
HSL 30.72º 0.73% 0.56% -
HSV(B) 30.72º 0.74% 0.88% -
XYZ 41.81 36.27 8.93 -
YUV 158.53 71.84 175.41 -
System Red Green Blue C M Y K H S L
Decimal 225 144 59 0 0.36 0.74 0.12 30.72 0.73 0.56
Hex E1 90 3B 0 24 4A C 1F 49 38
Octal 341 220 73 0 44 112 14 37 111 70
Binary 11100001 10010000 111011 0 100100 1001010 1100 11111 1001001 111000

Color Harmonies of #E1903B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1903B

Black with #E1903B

Text Example


Text Example

White with #E1903B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1903B; }

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

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

background-color css

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

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

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

border-color css

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

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

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