Html Css Color HEX #EBA031 Yellow Sea

📋 copy color: '#EBA031'

red 235 ◦ green 160 ◦ blue 49

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

Shades of Yellow Sea #EBA031

Tints of Yellow Sea #EBA031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.04%

R = 52.93%
G = 36.04%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBA031 (or 0xEBA031) is known color: Yellow Sea. HEX triplet: EB, A0 and 31. RGB value is (235,160,49). Sum of RGB (Red+Green+Blue) = 235+160+49=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA031 is #145FCE. Grayscale: #AAAAAA. Windows color (decimal): -1335247 or 3252459. OLE color: 3252459.

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

Color convert

RGB 235 160 49 -
CMYK 0 0.32 0.79 0.08
HSL 35.81º 0.82% 0.56% -
HSV(B) 35.81º 0.79% 0.92% -
XYZ 47.39 43.03 8.71 -
YUV 169.77 59.85 174.53 -
System Red Green Blue C M Y K H S L
Decimal 235 160 49 0 0.32 0.79 0.08 35.81 0.82 0.56
Hex EB A0 31 0 20 4F 8 24 52 38
Octal 353 240 61 0 40 117 10 44 122 70
Binary 11101011 10100000 110001 0 100000 1001111 1000 100100 1010010 111000

Color Harmonies of #EBA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA031

Black with #EBA031

Text Example


Text Example

White with #EBA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA031; }

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

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

background-color css

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

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

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

border-color css

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

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

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