Html Css Color HEX #EBA535 Yellow Sea

📋 copy color: '#EBA535'

red 235 ◦ green 165 ◦ blue 53

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

Shades of Yellow Sea #EBA535

Tints of Yellow Sea #EBA535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.7%

R = 51.88%
G = 36.42%
B = 11.7%

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

#EBA535 (or 0xEBA535) is known color: Yellow Sea. HEX triplet: EB, A5 and 35. RGB value is (235,165,53). Sum of RGB (Red+Green+Blue) = 235+165+53=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA535 is #145ACA. Grayscale: #ADADAD. Windows color (decimal): -1333963 or 3515883. OLE color: 3515883.

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

Color convert

RGB 235 165 53 -
CMYK 0 0.30 0.77 0.08
HSL 36.92º 0.82% 0.56% -
HSV(B) 36.92º 0.77% 0.92% -
XYZ 48.36 44.83 9.47 -
YUV 173.16 60.19 172.11 -
System Red Green Blue C M Y K H S L
Decimal 235 165 53 0 0.30 0.77 0.08 36.92 0.82 0.56
Hex EB A5 35 0 1E 4D 8 25 52 38
Octal 353 245 65 0 36 115 10 45 122 70
Binary 11101011 10100101 110101 0 11110 1001101 1000 100101 1010010 111000

Color Harmonies of #EBA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA535

Black with #EBA535

Text Example


Text Example

White with #EBA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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