Html Css Color HEX #E69632 California

📋 copy color: '#E69632'

red 230 ◦ green 150 ◦ blue 50

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

Shades of California #E69632

Tints of California #E69632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

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

R = 53.49%
G = 34.88%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E69632 (or 0xE69632) is known color: California. HEX triplet: E6, 96 and 32. RGB value is (230,150,50). Sum of RGB (Red+Green+Blue) = 230+150+50=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E69632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69632 is #1969CD. Grayscale: #A3A3A3. Windows color (decimal): -1665486 or 3315430. OLE color: 3315430.

HSL color Cylindrical-coordinate representation of color #E69632: hue angle of 33.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 #E69632 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 50 -
CMYK 0 0.35 0.78 0.10
HSL 33.33º 0.78% 0.55% -
HSV(B) 33.33º 0.78% 0.9% -
XYZ 44.12 38.87 8.19 -
YUV 162.52 64.5 176.13 -
System Red Green Blue C M Y K H S L
Decimal 230 150 50 0 0.35 0.78 0.10 33.33 0.78 0.55
Hex E6 96 32 0 23 4E A 21 4E 37
Octal 346 226 62 0 43 116 12 41 116 67
Binary 11100110 10010110 110010 0 100011 1001110 1010 100001 1001110 110111

Color Harmonies of #E69632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69632

Black with #E69632

Text Example


Text Example

White with #E69632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69632; }

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

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

background-color css

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

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

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

border-color css

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

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

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