Html Css Color HEX #E28D33 California

📋 copy color: '#E28D33'

red 226 ◦ green 141 ◦ blue 51

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

Shades of California #E28D33

Tints of California #E28D33

RGB

 RED value IS 226 (88.67% from 255) = 54.07%

 GREEN value IS 141 (55.47% from 255) = 33.73%

 BLUE value IS 51 (20.31% from 255) = 12.2%

R = 54.07%
G = 33.73%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E28D33 (or 0xE28D33) is known color: California. HEX triplet: E2, 8D and 33. RGB value is (226,141,51). Sum of RGB (Red+Green+Blue) = 226+141+51=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28D33 is #1D72CC. Grayscale: #9C9C9C. Windows color (decimal): -1929933 or 3378658. OLE color: 3378658.

HSL color Cylindrical-coordinate representation of color #E28D33: hue angle of 30.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E28D33 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 141 51 -
CMYK 0 0.38 0.77 0.11
HSL 30.86º 0.75% 0.54% -
HSV(B) 30.86º 0.77% 0.89% -
XYZ 41.49 35.46 7.79 -
YUV 156.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 226 141 51 0 0.38 0.77 0.11 30.86 0.75 0.54
Hex E2 8D 33 0 26 4D B 1F 4B 36
Octal 342 215 63 0 46 115 13 37 113 66
Binary 11100010 10001101 110011 0 100110 1001101 1011 11111 1001011 110110

Color Harmonies of #E28D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28D33

Black with #E28D33

Text Example


Text Example

White with #E28D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28D33; }

 p { color: rgb(226,141,51); }

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

background-color css

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

 a { background-color: rgb(226,141,51); }

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

border-color css

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

 span { border-color: rgb(226,141,51); }

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