Html Css Color HEX #E69231 California

📋 copy color: '#E69231'

red 230 ◦ green 146 ◦ blue 49

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

Shades of California #E69231

Tints of California #E69231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.53%

R = 54.12%
G = 34.35%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E69231 (or 0xE69231) is known color: California. HEX triplet: E6, 92 and 31. RGB value is (230,146,49). Sum of RGB (Red+Green+Blue) = 230+146+49=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E69231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69231 is #196DCE. Grayscale: #A0A0A0. Windows color (decimal): -1666511 or 3248870. OLE color: 3248870.

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

Color convert

RGB 230 146 49 -
CMYK 0 0.37 0.79 0.10
HSL 32.15º 0.78% 0.55% -
HSV(B) 32.15º 0.79% 0.9% -
XYZ 43.47 37.6 7.87 -
YUV 160.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 230 146 49 0 0.37 0.79 0.10 32.15 0.78 0.55
Hex E6 92 31 0 25 4F A 20 4E 37
Octal 346 222 61 0 45 117 12 40 116 67
Binary 11100110 10010010 110001 0 100101 1001111 1010 100000 1001110 110111

Color Harmonies of #E69231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69231

Black with #E69231

Text Example


Text Example

White with #E69231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69231; }

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

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

background-color css

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

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

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

border-color css

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

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

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