Html Css Color HEX #EBA538 Yellow Sea

📋 copy color: '#EBA538'

red 235 ◦ green 165 ◦ blue 56

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

Shades of Yellow Sea #EBA538

Tints of Yellow Sea #EBA538

RGB

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

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

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

R = 51.54%
G = 36.18%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBA538 (or 0xEBA538) is known color: Yellow Sea. HEX triplet: EB, A5 and 38. RGB value is (235,165,56). Sum of RGB (Red+Green+Blue) = 235+165+56=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA538 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA538 is #145AC7. Grayscale: #AEAEAE. Windows color (decimal): -1333960 or 3712491. OLE color: 3712491.

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

Color convert

RGB 235 165 56 -
CMYK 0 0.30 0.76 0.08
HSL 36.54º 0.82% 0.57% -
HSV(B) 36.54º 0.76% 0.92% -
XYZ 48.43 44.86 9.85 -
YUV 173.5 61.69 171.86 -
System Red Green Blue C M Y K H S L
Decimal 235 165 56 0 0.30 0.76 0.08 36.54 0.82 0.57
Hex EB A5 38 0 1E 4C 8 25 52 39
Octal 353 245 70 0 36 114 10 45 122 71
Binary 11101011 10100101 111000 0 11110 1001100 1000 100101 1010010 111001

Color Harmonies of #EBA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA538

Black with #EBA538

Text Example


Text Example

White with #EBA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA538; }

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

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

background-color css

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

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

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

border-color css

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

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

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