Html Css Color HEX #EBA03A Yellow Sea

📋 copy color: '#EBA03A'

red 235 ◦ green 160 ◦ blue 58

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

Shades of Yellow Sea #EBA03A

Tints of Yellow Sea #EBA03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.8%

R = 51.88%
G = 35.32%
B = 12.8%

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

#EBA03A (or 0xEBA03A) is known color: Yellow Sea. HEX triplet: EB, A0 and 3A. RGB value is (235,160,58). Sum of RGB (Red+Green+Blue) = 235+160+58=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA03A is #145FC5. Grayscale: #ABABAB. Windows color (decimal): -1335238 or 3842283. OLE color: 3842283.

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

Color convert

RGB 235 160 58 -
CMYK 0 0.32 0.75 0.08
HSL 34.58º 0.82% 0.57% -
HSV(B) 34.58º 0.75% 0.92% -
XYZ 47.6 43.11 9.82 -
YUV 170.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 235 160 58 0 0.32 0.75 0.08 34.58 0.82 0.57
Hex EB A0 3A 0 20 4B 8 23 52 39
Octal 353 240 72 0 40 113 10 43 122 71
Binary 11101011 10100000 111010 0 100000 1001011 1000 100011 1010010 111001

Color Harmonies of #EBA03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA03A

Black with #EBA03A

Text Example


Text Example

White with #EBA03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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