Html Css Color HEX #E6A132 Yellow Sea

📋 copy color: '#E6A132'

red 230 ◦ green 161 ◦ blue 50

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

Shades of Yellow Sea #E6A132

Tints of Yellow Sea #E6A132

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.51%

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

R = 52.15%
G = 36.51%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E6A132 (or 0xE6A132) is known color: Yellow Sea. HEX triplet: E6, A1 and 32. RGB value is (230,161,50). Sum of RGB (Red+Green+Blue) = 230+161+50=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A132 is #195ECD. Grayscale: #A9A9A9. Windows color (decimal): -1662670 or 3318246. OLE color: 3318246.

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

Color convert

RGB 230 161 50 -
CMYK 0 0.3 0.78 0.10
HSL 37º 0.78% 0.55% -
HSV(B) 37º 0.78% 0.9% -
XYZ 45.95 42.54 8.81 -
YUV 168.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 230 161 50 0 0.3 0.78 0.10 37 0.78 0.55
Hex E6 A1 32 0 1E 4E A 25 4E 37
Octal 346 241 62 0 36 116 12 45 116 67
Binary 11100110 10100001 110010 0 11110 1001110 1010 100101 1001110 110111

Color Harmonies of #E6A132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A132

Black with #E6A132

Text Example


Text Example

White with #E6A132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A132; }

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

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

background-color css

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

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

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

border-color css

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

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

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