Html Css Color HEX #EBA02F Yellow Sea

📋 copy color: '#EBA02F'

red 235 ◦ green 160 ◦ blue 47

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

Shades of Yellow Sea #EBA02F

Tints of Yellow Sea #EBA02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.63%

R = 53.17%
G = 36.2%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBA02F (or 0xEBA02F) is known color: Yellow Sea. HEX triplet: EB, A0 and 2F. RGB value is (235,160,47). Sum of RGB (Red+Green+Blue) = 235+160+47=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA02F is #145FD0. Grayscale: #AAAAAA. Windows color (decimal): -1335249 or 3121387. OLE color: 3121387.

HSL color Cylindrical-coordinate representation of color #EBA02F: hue angle of 36.06º 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 #EBA02F is Cyan = 0, Magento = 0.32, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 47 -
CMYK 0 0.32 0.8 0.08
HSL 36.06º 0.82% 0.55% -
HSV(B) 36.06º 0.8% 0.92% -
XYZ 47.34 43.01 8.5 -
YUV 169.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 235 160 47 0 0.32 0.8 0.08 36.06 0.82 0.55
Hex EB A0 2F 0 20 50 8 24 52 37
Octal 353 240 57 0 40 120 10 44 122 67
Binary 11101011 10100000 101111 0 100000 1010000 1000 100100 1010010 110111

Color Harmonies of #EBA02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA02F

Black with #EBA02F

Text Example


Text Example

White with #EBA02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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