Html Css Color HEX #E1903D California

📋 copy color: '#E1903D'

red 225 ◦ green 144 ◦ blue 61

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

Shades of California #E1903D

Tints of California #E1903D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.19%

R = 52.33%
G = 33.49%
B = 14.19%

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

#E1903D (or 0xE1903D) is known color: California. HEX triplet: E1, 90 and 3D. RGB value is (225,144,61). Sum of RGB (Red+Green+Blue) = 225+144+61=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1903D is #1E6FC2. Grayscale: #9F9F9F. Windows color (decimal): -1994691 or 4034785. OLE color: 4034785.

HSL color Cylindrical-coordinate representation of color #E1903D: hue angle of 30.37º 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 #E1903D is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 144 61 -
CMYK 0 0.36 0.73 0.12
HSL 30.37º 0.73% 0.56% -
HSV(B) 30.37º 0.73% 0.88% -
XYZ 41.87 36.29 9.21 -
YUV 158.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 225 144 61 0 0.36 0.73 0.12 30.37 0.73 0.56
Hex E1 90 3D 0 24 49 C 1E 49 38
Octal 341 220 75 0 44 111 14 36 111 70
Binary 11100001 10010000 111101 0 100100 1001001 1100 11110 1001001 111000

Color Harmonies of #E1903D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1903D

Black with #E1903D

Text Example


Text Example

White with #E1903D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1903D; }

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

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

background-color css

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

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

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

border-color css

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

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

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