Html Css Color HEX #E28F32 California

📋 copy color: '#E28F32'

red 226 ◦ green 143 ◦ blue 50

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

Shades of California #E28F32

Tints of California #E28F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.13%

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 53.94%
G = 34.13%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E28F32 (or 0xE28F32) is known color: California. HEX triplet: E2, 8F and 32. RGB value is (226,143,50). Sum of RGB (Red+Green+Blue) = 226+143+50=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28F32 is #1D70CD. Grayscale: #9D9D9D. Windows color (decimal): -1929422 or 3313634. OLE color: 3313634.

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

Color convert

RGB 226 143 50 -
CMYK 0 0.37 0.78 0.11
HSL 31.7º 0.75% 0.54% -
HSV(B) 31.7º 0.78% 0.89% -
XYZ 41.76 36.04 7.77 -
YUV 157.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 226 143 50 0 0.37 0.78 0.11 31.7 0.75 0.54
Hex E2 8F 32 0 25 4E B 20 4B 36
Octal 342 217 62 0 45 116 13 40 113 66
Binary 11100010 10001111 110010 0 100101 1001110 1011 100000 1001011 110110

Color Harmonies of #E28F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28F32

Black with #E28F32

Text Example


Text Example

White with #E28F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28F32; }

 p { color: rgb(226,143,50); }

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

background-color css

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

 a { background-color: rgb(226,143,50); }

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

border-color css

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

 span { border-color: rgb(226,143,50); }

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