Html Css Color HEX #EBA138 Yellow Sea

📋 copy color: '#EBA138'

red 235 ◦ green 161 ◦ blue 56

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

Shades of Yellow Sea #EBA138

Tints of Yellow Sea #EBA138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.39%

R = 51.99%
G = 35.62%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBA138 (or 0xEBA138) is known color: Yellow Sea. HEX triplet: EB, A1 and 38. RGB value is (235,161,56). Sum of RGB (Red+Green+Blue) = 235+161+56=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA138 is #145EC7. Grayscale: #ABABAB. Windows color (decimal): -1334984 or 3711467. OLE color: 3711467.

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

Color convert

RGB 235 161 56 -
CMYK 0 0.31 0.76 0.08
HSL 35.2º 0.82% 0.57% -
HSV(B) 35.2º 0.76% 0.92% -
XYZ 47.72 43.44 9.61 -
YUV 171.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 235 161 56 0 0.31 0.76 0.08 35.2 0.82 0.57
Hex EB A1 38 0 1F 4C 8 23 52 39
Octal 353 241 70 0 37 114 10 43 122 71
Binary 11101011 10100001 111000 0 11111 1001100 1000 100011 1010010 111001

Color Harmonies of #EBA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA138

Black with #EBA138

Text Example


Text Example

White with #EBA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA138; }

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

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

background-color css

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

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

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

border-color css

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

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

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