Html Css Color HEX #EBA02E Yellow Sea

📋 copy color: '#EBA02E'

red 235 ◦ green 160 ◦ blue 46

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

Shades of Yellow Sea #EBA02E

Tints of Yellow Sea #EBA02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.43%

R = 53.29%
G = 36.28%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA02E (or 0xEBA02E) is known color: Yellow Sea. HEX triplet: EB, A0 and 2E. RGB value is (235,160,46). Sum of RGB (Red+Green+Blue) = 235+160+46=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA02E is #145FD1. Grayscale: #A9A9A9. Windows color (decimal): -1335250 or 3055851. OLE color: 3055851.

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

Color convert

RGB 235 160 46 -
CMYK 0 0.32 0.80 0.08
HSL 36.19º 0.83% 0.55% -
HSV(B) 36.19º 0.8% 0.92% -
XYZ 47.32 43 8.39 -
YUV 169.43 58.35 174.77 -
System Red Green Blue C M Y K H S L
Decimal 235 160 46 0 0.32 0.80 0.08 36.19 0.83 0.55
Hex EB A0 2E 0 20 50 8 24 53 37
Octal 353 240 56 0 40 120 10 44 123 67
Binary 11101011 10100000 101110 0 100000 1010000 1000 100100 1010011 110111

Color Harmonies of #EBA02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA02E

Black with #EBA02E

Text Example


Text Example

White with #EBA02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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