Html Css Color HEX #EBA437 Yellow Sea

📋 copy color: '#EBA437'

red 235 ◦ green 164 ◦ blue 55

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

Shades of Yellow Sea #EBA437

Tints of Yellow Sea #EBA437

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.12%

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

R = 51.76%
G = 36.12%
B = 12.11%

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

#EBA437 (or 0xEBA437) is known color: Yellow Sea. HEX triplet: EB, A4 and 37. RGB value is (235,164,55). Sum of RGB (Red+Green+Blue) = 235+164+55=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA437 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA437 is #145BC8. Grayscale: #ADADAD. Windows color (decimal): -1334217 or 3646699. OLE color: 3646699.

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

Color convert

RGB 235 164 55 -
CMYK 0 0.30 0.77 0.08
HSL 36.33º 0.82% 0.57% -
HSV(B) 36.33º 0.77% 0.92% -
XYZ 48.23 44.49 9.66 -
YUV 172.8 61.52 172.36 -
System Red Green Blue C M Y K H S L
Decimal 235 164 55 0 0.30 0.77 0.08 36.33 0.82 0.57
Hex EB A4 37 0 1E 4D 8 24 52 39
Octal 353 244 67 0 36 115 10 44 122 71
Binary 11101011 10100100 110111 0 11110 1001101 1000 100100 1010010 111001

Color Harmonies of #EBA437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA437

Black with #EBA437

Text Example


Text Example

White with #EBA437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA437; }

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

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

background-color css

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

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

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

border-color css

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

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

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