Html Css Color HEX #EBA030 Yellow Sea

📋 copy color: '#EBA030'

red 235 ◦ green 160 ◦ blue 48

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

Shades of Yellow Sea #EBA030

Tints of Yellow Sea #EBA030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.12%

 BLUE value IS 48 (19.14% from 255) = 10.84%

R = 53.05%
G = 36.12%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA030 (or 0xEBA030) is known color: Yellow Sea. HEX triplet: EB, A0 and 30. RGB value is (235,160,48). Sum of RGB (Red+Green+Blue) = 235+160+48=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA030 is #145FCF. Grayscale: #AAAAAA. Windows color (decimal): -1335248 or 3186923. OLE color: 3186923.

HSL color Cylindrical-coordinate representation of color #EBA030: hue angle of 35.94º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBA030 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 48 -
CMYK 0 0.32 0.80 0.08
HSL 35.94º 0.82% 0.55% -
HSV(B) 35.94º 0.8% 0.92% -
XYZ 47.37 43.02 8.6 -
YUV 169.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 235 160 48 0 0.32 0.80 0.08 35.94 0.82 0.55
Hex EB A0 30 0 20 50 8 24 52 37
Octal 353 240 60 0 40 120 10 44 122 67
Binary 11101011 10100000 110000 0 100000 1010000 1000 100100 1010010 110111

Color Harmonies of #EBA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA030

Black with #EBA030

Text Example


Text Example

White with #EBA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA030; }

 p { color: rgb(235,160,48); }

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

background-color css

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

 a { background-color: rgb(235,160,48); }

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

border-color css

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

 span { border-color: rgb(235,160,48); }

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