Html Css Color HEX #EBA037 Yellow Sea

📋 copy color: '#EBA037'

red 235 ◦ green 160 ◦ blue 55

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

Shades of Yellow Sea #EBA037

Tints of Yellow Sea #EBA037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.22%

R = 52.22%
G = 35.56%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBA037 (or 0xEBA037) is known color: Yellow Sea. HEX triplet: EB, A0 and 37. RGB value is (235,160,55). Sum of RGB (Red+Green+Blue) = 235+160+55=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA037 is #145FC8. Grayscale: #AAAAAA. Windows color (decimal): -1335241 or 3645675. OLE color: 3645675.

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

Color convert

RGB 235 160 55 -
CMYK 0 0.32 0.77 0.08
HSL 35º 0.82% 0.57% -
HSV(B) 35º 0.77% 0.92% -
XYZ 47.52 43.08 9.42 -
YUV 170.46 62.85 174.04 -
System Red Green Blue C M Y K H S L
Decimal 235 160 55 0 0.32 0.77 0.08 35 0.82 0.57
Hex EB A0 37 0 20 4D 8 23 52 39
Octal 353 240 67 0 40 115 10 43 122 71
Binary 11101011 10100000 110111 0 100000 1001101 1000 100011 1010010 111001

Color Harmonies of #EBA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA037

Black with #EBA037

Text Example


Text Example

White with #EBA037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA037; }

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

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

background-color css

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

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

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

border-color css

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

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

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