Html Css Color HEX #EBA136 Yellow Sea

📋 copy color: '#EBA136'

red 235 ◦ green 161 ◦ blue 54

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

Shades of Yellow Sea #EBA136

Tints of Yellow Sea #EBA136

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

 BLUE value IS 54 (21.48% from 255) = 12%

R = 52.22%
G = 35.78%
B = 12%

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

#EBA136 (or 0xEBA136) is known color: Yellow Sea. HEX triplet: EB, A1 and 36. RGB value is (235,161,54). Sum of RGB (Red+Green+Blue) = 235+161+54=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 54 (21.48% from 255 or 12% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA136 is #145EC9. Grayscale: #ABABAB. Windows color (decimal): -1334986 or 3580395. OLE color: 3580395.

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

Color convert

RGB 235 161 54 -
CMYK 0 0.31 0.77 0.08
HSL 35.47º 0.82% 0.57% -
HSV(B) 35.47º 0.77% 0.92% -
XYZ 47.67 43.42 9.36 -
YUV 170.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 235 161 54 0 0.31 0.77 0.08 35.47 0.82 0.57
Hex EB A1 36 0 1F 4D 8 23 52 39
Octal 353 241 66 0 37 115 10 43 122 71
Binary 11101011 10100001 110110 0 11111 1001101 1000 100011 1010010 111001

Color Harmonies of #EBA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA136

Black with #EBA136

Text Example


Text Example

White with #EBA136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA136; }

 p { color: rgb(235,161,54); }

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

background-color css

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

 a { background-color: rgb(235,161,54); }

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

border-color css

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

 span { border-color: rgb(235,161,54); }

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