Html Css Color HEX #EBA02D Yellow Sea

📋 copy color: '#EBA02D'

red 235 ◦ green 160 ◦ blue 45

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

Shades of Yellow Sea #EBA02D

Tints of Yellow Sea #EBA02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.23%

R = 53.41%
G = 36.36%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBA02D (or 0xEBA02D) is known color: Yellow Sea. HEX triplet: EB, A0 and 2D. RGB value is (235,160,45). Sum of RGB (Red+Green+Blue) = 235+160+45=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA02D is #145FD2. Grayscale: #A9A9A9. Windows color (decimal): -1335251 or 2990315. OLE color: 2990315.

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

Color convert

RGB 235 160 45 -
CMYK 0 0.32 0.81 0.08
HSL 36.32º 0.83% 0.55% -
HSV(B) 36.32º 0.81% 0.92% -
XYZ 47.31 42.99 8.29 -
YUV 169.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 235 160 45 0 0.32 0.81 0.08 36.32 0.83 0.55
Hex EB A0 2D 0 20 51 8 24 53 37
Octal 353 240 55 0 40 121 10 44 123 67
Binary 11101011 10100000 101101 0 100000 1010001 1000 100100 1010011 110111

Color Harmonies of #EBA02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA02D

Black with #EBA02D

Text Example


Text Example

White with #EBA02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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