Html Css Color HEX #EBA237 Yellow Sea

📋 copy color: '#EBA237'

red 235 ◦ green 162 ◦ blue 55

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

Shades of Yellow Sea #EBA237

Tints of Yellow Sea #EBA237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

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

R = 51.99%
G = 35.84%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBA237 (or 0xEBA237) is known color: Yellow Sea. HEX triplet: EB, A2 and 37. RGB value is (235,162,55). Sum of RGB (Red+Green+Blue) = 235+162+55=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA237 is #145DC8. Grayscale: #ACACAC. Windows color (decimal): -1334729 or 3646187. OLE color: 3646187.

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

Color convert

RGB 235 162 55 -
CMYK 0 0.31 0.77 0.08
HSL 35.67º 0.82% 0.57% -
HSV(B) 35.67º 0.77% 0.92% -
XYZ 47.87 43.78 9.54 -
YUV 171.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 235 162 55 0 0.31 0.77 0.08 35.67 0.82 0.57
Hex EB A2 37 0 1F 4D 8 24 52 39
Octal 353 242 67 0 37 115 10 44 122 71
Binary 11101011 10100010 110111 0 11111 1001101 1000 100100 1010010 111001

Color Harmonies of #EBA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA237

Black with #EBA237

Text Example


Text Example

White with #EBA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA237; }

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

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

background-color css

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

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

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

border-color css

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

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

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