Html Css Color HEX #EBA032 Yellow Sea

📋 copy color: '#EBA032'

red 235 ◦ green 160 ◦ blue 50

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

Shades of Yellow Sea #EBA032

Tints of Yellow Sea #EBA032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

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

R = 52.81%
G = 35.96%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBA032 (or 0xEBA032) is known color: Yellow Sea. HEX triplet: EB, A0 and 32. RGB value is (235,160,50). Sum of RGB (Red+Green+Blue) = 235+160+50=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA032 is #145FCD. Grayscale: #AAAAAA. Windows color (decimal): -1335246 or 3317995. OLE color: 3317995.

HSL color Cylindrical-coordinate representation of color #EBA032: hue angle of 35.68º 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 #EBA032 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 50 -
CMYK 0 0.32 0.79 0.08
HSL 35.68º 0.82% 0.56% -
HSV(B) 35.68º 0.79% 0.92% -
XYZ 47.41 43.03 8.83 -
YUV 169.89 60.35 174.44 -
System Red Green Blue C M Y K H S L
Decimal 235 160 50 0 0.32 0.79 0.08 35.68 0.82 0.56
Hex EB A0 32 0 20 4F 8 24 52 38
Octal 353 240 62 0 40 117 10 44 122 70
Binary 11101011 10100000 110010 0 100000 1001111 1000 100100 1010010 111000

Color Harmonies of #EBA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA032

Black with #EBA032

Text Example


Text Example

White with #EBA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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