Html Css Color HEX #E69332 California

📋 copy color: '#E69332'

red 230 ◦ green 147 ◦ blue 50

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

Shades of California #E69332

Tints of California #E69332

RGB

 RED value IS 230 (90.23% from 255) = 53.86%

 GREEN value IS 147 (57.81% from 255) = 34.43%

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

R = 53.86%
G = 34.43%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E69332 (or 0xE69332) is known color: California. HEX triplet: E6, 93 and 32. RGB value is (230,147,50). Sum of RGB (Red+Green+Blue) = 230+147+50=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E69332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69332 is #196CCD. Grayscale: #A1A1A1. Windows color (decimal): -1666254 or 3314662. OLE color: 3314662.

HSL color Cylindrical-coordinate representation of color #E69332: hue angle of 32.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E69332 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 50 -
CMYK 0 0.36 0.78 0.10
HSL 32.33º 0.78% 0.55% -
HSV(B) 32.33º 0.78% 0.9% -
XYZ 43.64 37.92 8.04 -
YUV 160.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 230 147 50 0 0.36 0.78 0.10 32.33 0.78 0.55
Hex E6 93 32 0 24 4E A 20 4E 37
Octal 346 223 62 0 44 116 12 40 116 67
Binary 11100110 10010011 110010 0 100100 1001110 1010 100000 1001110 110111

Color Harmonies of #E69332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69332

Black with #E69332

Text Example


Text Example

White with #E69332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69332; }

 p { color: rgb(230,147,50); }

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

background-color css

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

 a { background-color: rgb(230,147,50); }

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

border-color css

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

 span { border-color: rgb(230,147,50); }

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