Html Css Color HEX #EBA534 Yellow Sea

📋 copy color: '#EBA534'

red 235 ◦ green 165 ◦ blue 52

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

Shades of Yellow Sea #EBA534

Tints of Yellow Sea #EBA534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.5%

R = 51.99%
G = 36.5%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBA534 (or 0xEBA534) is known color: Yellow Sea. HEX triplet: EB, A5 and 34. RGB value is (235,165,52). Sum of RGB (Red+Green+Blue) = 235+165+52=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA534 is #145ACB. Grayscale: #ADADAD. Windows color (decimal): -1333964 or 3450347. OLE color: 3450347.

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

Color convert

RGB 235 165 52 -
CMYK 0 0.30 0.78 0.08
HSL 37.05º 0.82% 0.56% -
HSV(B) 37.05º 0.78% 0.92% -
XYZ 48.34 44.82 9.35 -
YUV 173.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 235 165 52 0 0.30 0.78 0.08 37.05 0.82 0.56
Hex EB A5 34 0 1E 4E 8 25 52 38
Octal 353 245 64 0 36 116 10 45 122 70
Binary 11101011 10100101 110100 0 11110 1001110 1000 100101 1010010 111000

Color Harmonies of #EBA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA534

Black with #EBA534

Text Example


Text Example

White with #EBA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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