Html Css Color HEX #E69234 California

📋 copy color: '#E69234'

red 230 ◦ green 146 ◦ blue 52

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

Shades of California #E69234

Tints of California #E69234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.11%

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

R = 53.74%
G = 34.11%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E69234 (or 0xE69234) is known color: California. HEX triplet: E6, 92 and 34. RGB value is (230,146,52). Sum of RGB (Red+Green+Blue) = 230+146+52=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E69234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69234 is #196DCB. Grayscale: #A0A0A0. Windows color (decimal): -1666508 or 3445478. OLE color: 3445478.

HSL color Cylindrical-coordinate representation of color #E69234: hue angle of 31.69º 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 #E69234 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 146 52 -
CMYK 0 0.37 0.77 0.10
HSL 31.69º 0.78% 0.55% -
HSV(B) 31.69º 0.77% 0.9% -
XYZ 43.53 37.63 8.22 -
YUV 160.4 66.83 177.64 -
System Red Green Blue C M Y K H S L
Decimal 230 146 52 0 0.37 0.77 0.10 31.69 0.78 0.55
Hex E6 92 34 0 25 4D A 20 4E 37
Octal 346 222 64 0 45 115 12 40 116 67
Binary 11100110 10010010 110100 0 100101 1001101 1010 100000 1001110 110111

Color Harmonies of #E69234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69234

Black with #E69234

Text Example


Text Example

White with #E69234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69234; }

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

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

background-color css

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

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

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

border-color css

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

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

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