Html Css Color HEX #E69635 California

📋 copy color: '#E69635'

red 230 ◦ green 150 ◦ blue 53

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

Shades of California #E69635

Tints of California #E69635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.24%

R = 53.12%
G = 34.64%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E69635 (or 0xE69635) is known color: California. HEX triplet: E6, 96 and 35. RGB value is (230,150,53). Sum of RGB (Red+Green+Blue) = 230+150+53=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E69635 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69635 is #1969CA. Grayscale: #A3A3A3. Windows color (decimal): -1665483 or 3512038. OLE color: 3512038.

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

Color convert

RGB 230 150 53 -
CMYK 0 0.35 0.77 0.10
HSL 32.88º 0.78% 0.55% -
HSV(B) 32.88º 0.77% 0.9% -
XYZ 44.18 38.89 8.55 -
YUV 162.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 230 150 53 0 0.35 0.77 0.10 32.88 0.78 0.55
Hex E6 96 35 0 23 4D A 21 4E 37
Octal 346 226 65 0 43 115 12 41 116 67
Binary 11100110 10010110 110101 0 100011 1001101 1010 100001 1001110 110111

Color Harmonies of #E69635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69635

Black with #E69635

Text Example


Text Example

White with #E69635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69635; }

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

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

background-color css

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

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

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

border-color css

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

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

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