Html Css Color HEX #EBA03F Yellow Sea

📋 copy color: '#EBA03F'

red 235 ◦ green 160 ◦ blue 63

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

Shades of Yellow Sea #EBA03F

Tints of Yellow Sea #EBA03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.76%

R = 51.31%
G = 34.93%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBA03F (or 0xEBA03F) is known color: Yellow Sea. HEX triplet: EB, A0 and 3F. RGB value is (235,160,63). Sum of RGB (Red+Green+Blue) = 235+160+63=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA03F is #145FC0. Grayscale: #ABABAB. Windows color (decimal): -1335233 or 4169963. OLE color: 4169963.

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

Color convert

RGB 235 160 63 -
CMYK 0 0.32 0.73 0.08
HSL 33.84º 0.81% 0.58% -
HSV(B) 33.84º 0.73% 0.92% -
XYZ 47.73 43.16 10.52 -
YUV 171.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 235 160 63 0 0.32 0.73 0.08 33.84 0.81 0.58
Hex EB A0 3F 0 20 49 8 22 51 3A
Octal 353 240 77 0 40 111 10 42 121 72
Binary 11101011 10100000 111111 0 100000 1001001 1000 100010 1010001 111010

Color Harmonies of #EBA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA03F

Black with #EBA03F

Text Example


Text Example

White with #EBA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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