Html Css Color HEX #E29434 California

📋 copy color: '#E29434'

red 226 ◦ green 148 ◦ blue 52

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

Shades of California #E29434

Tints of California #E29434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 53.05%
G = 34.74%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E29434 (or 0xE29434) is known color: California. HEX triplet: E2, 94 and 34. RGB value is (226,148,52). Sum of RGB (Red+Green+Blue) = 226+148+52=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E29434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29434 is #1D6BCB. Grayscale: #A0A0A0. Windows color (decimal): -1928140 or 3445986. OLE color: 3445986.

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

Color convert

RGB 226 148 52 -
CMYK 0 0.35 0.77 0.11
HSL 33.1º 0.75% 0.55% -
HSV(B) 33.1º 0.77% 0.89% -
XYZ 42.57 37.6 8.26 -
YUV 160.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 226 148 52 0 0.35 0.77 0.11 33.1 0.75 0.55
Hex E2 94 34 0 23 4D B 21 4B 37
Octal 342 224 64 0 43 115 13 41 113 67
Binary 11100010 10010100 110100 0 100011 1001101 1011 100001 1001011 110111

Color Harmonies of #E29434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29434

Black with #E29434

Text Example


Text Example

White with #E29434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29434; }

 p { color: rgb(226,148,52); }

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

background-color css

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

 a { background-color: rgb(226,148,52); }

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

border-color css

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

 span { border-color: rgb(226,148,52); }

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