Html Css Color HEX #E68932 California

📋 copy color: '#E68932'

red 230 ◦ green 137 ◦ blue 50

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

Shades of California #E68932

Tints of California #E68932

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

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

R = 55.16%
G = 32.85%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E68932 (or 0xE68932) is known color: California. HEX triplet: E6, 89 and 32. RGB value is (230,137,50). Sum of RGB (Red+Green+Blue) = 230+137+50=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E68932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68932 is #1976CD. Grayscale: #9B9B9B. Windows color (decimal): -1668814 or 3312102. OLE color: 3312102.

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

Color convert

RGB 230 137 50 -
CMYK 0 0.40 0.78 0.10
HSL 29º 0.78% 0.55% -
HSV(B) 29º 0.78% 0.9% -
XYZ 42.15 34.94 7.54 -
YUV 154.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 230 137 50 0 0.40 0.78 0.10 29 0.78 0.55
Hex E6 89 32 0 28 4E A 1D 4E 37
Octal 346 211 62 0 50 116 12 35 116 67
Binary 11100110 10001001 110010 0 101000 1001110 1010 11101 1001110 110111

Color Harmonies of #E68932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68932

Black with #E68932

Text Example


Text Example

White with #E68932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68932; }

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

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

background-color css

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

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

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

border-color css

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

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

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