Html Css Color HEX #EBA537 Yellow Sea

📋 copy color: '#EBA537'

red 235 ◦ green 165 ◦ blue 55

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

Shades of Yellow Sea #EBA537

Tints of Yellow Sea #EBA537

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

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

R = 51.65%
G = 36.26%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBA537 (or 0xEBA537) is known color: Yellow Sea. HEX triplet: EB, A5 and 37. RGB value is (235,165,55). Sum of RGB (Red+Green+Blue) = 235+165+55=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA537 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA537 is #145AC8. Grayscale: #ADADAD. Windows color (decimal): -1333961 or 3646955. OLE color: 3646955.

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

Color convert

RGB 235 165 55 -
CMYK 0 0.30 0.77 0.08
HSL 36.67º 0.82% 0.57% -
HSV(B) 36.67º 0.77% 0.92% -
XYZ 48.41 44.85 9.72 -
YUV 173.39 61.19 171.94 -
System Red Green Blue C M Y K H S L
Decimal 235 165 55 0 0.30 0.77 0.08 36.67 0.82 0.57
Hex EB A5 37 0 1E 4D 8 25 52 39
Octal 353 245 67 0 36 115 10 45 122 71
Binary 11101011 10100101 110111 0 11110 1001101 1000 100101 1010010 111001

Color Harmonies of #EBA537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA537

Black with #EBA537

Text Example


Text Example

White with #EBA537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA537; }

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

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

background-color css

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

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

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

border-color css

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

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

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