Html Css Color HEX #E69334 California

📋 copy color: '#E69334'

red 230 ◦ green 147 ◦ blue 52

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

Shades of California #E69334

Tints of California #E69334

RGB

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

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

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

R = 53.61%
G = 34.27%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E69334 (or 0xE69334) is known color: California. HEX triplet: E6, 93 and 34. RGB value is (230,147,52). Sum of RGB (Red+Green+Blue) = 230+147+52=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E69334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69334 is #196CCB. Grayscale: #A1A1A1. Windows color (decimal): -1666252 or 3445734. OLE color: 3445734.

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

Color convert

RGB 230 147 52 -
CMYK 0 0.36 0.77 0.10
HSL 32.02º 0.78% 0.55% -
HSV(B) 32.02º 0.77% 0.9% -
XYZ 43.69 37.94 8.27 -
YUV 160.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 230 147 52 0 0.36 0.77 0.10 32.02 0.78 0.55
Hex E6 93 34 0 24 4D A 20 4E 37
Octal 346 223 64 0 44 115 12 40 116 67
Binary 11100110 10010011 110100 0 100100 1001101 1010 100000 1001110 110111

Color Harmonies of #E69334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69334

Black with #E69334

Text Example


Text Example

White with #E69334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69334; }

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

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

background-color css

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

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

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

border-color css

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

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

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