Html Css Color HEX #EBA132 Yellow Sea

📋 copy color: '#EBA132'

red 235 ◦ green 161 ◦ blue 50

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

Shades of Yellow Sea #EBA132

Tints of Yellow Sea #EBA132

RGB

 RED value IS 235 (92.19% from 255) = 52.69%

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

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

R = 52.69%
G = 36.1%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBA132 (or 0xEBA132) is known color: Yellow Sea. HEX triplet: EB, A1 and 32. RGB value is (235,161,50). Sum of RGB (Red+Green+Blue) = 235+161+50=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA132 is #145ECD. Grayscale: #AAAAAA. Windows color (decimal): -1334990 or 3318251. OLE color: 3318251.

HSL color Cylindrical-coordinate representation of color #EBA132: hue angle of 36º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBA132 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 50 -
CMYK 0 0.31 0.79 0.08
HSL 36º 0.82% 0.56% -
HSV(B) 36º 0.79% 0.92% -
XYZ 47.58 43.38 8.88 -
YUV 170.47 60.02 174.03 -
System Red Green Blue C M Y K H S L
Decimal 235 161 50 0 0.31 0.79 0.08 36 0.82 0.56
Hex EB A1 32 0 1F 4F 8 24 52 38
Octal 353 241 62 0 37 117 10 44 122 70
Binary 11101011 10100001 110010 0 11111 1001111 1000 100100 1010010 111000

Color Harmonies of #EBA132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA132

Black with #EBA132

Text Example


Text Example

White with #EBA132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA132; }

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

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

background-color css

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

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

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

border-color css

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

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

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