Html Css Color HEX #EBA03B Yellow Sea

📋 copy color: '#EBA03B'

red 235 ◦ green 160 ◦ blue 59

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

Shades of Yellow Sea #EBA03B

Tints of Yellow Sea #EBA03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13%

R = 51.76%
G = 35.24%
B = 13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBA03B (or 0xEBA03B) is known color: Yellow Sea. HEX triplet: EB, A0 and 3B. RGB value is (235,160,59). Sum of RGB (Red+Green+Blue) = 235+160+59=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA03B is #145FC4. Grayscale: #ABABAB. Windows color (decimal): -1335237 or 3907819. OLE color: 3907819.

HSL color Cylindrical-coordinate representation of color #EBA03B: hue angle of 34.43º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA03B is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 59 -
CMYK 0 0.32 0.75 0.08
HSL 34.43º 0.81% 0.58% -
HSV(B) 34.43º 0.75% 0.92% -
XYZ 47.62 43.12 9.95 -
YUV 170.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 235 160 59 0 0.32 0.75 0.08 34.43 0.81 0.58
Hex EB A0 3B 0 20 4B 8 22 51 3A
Octal 353 240 73 0 40 113 10 42 121 72
Binary 11101011 10100000 111011 0 100000 1001011 1000 100010 1010001 111010

Color Harmonies of #EBA03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA03B

Black with #EBA03B

Text Example


Text Example

White with #EBA03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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