Html Css Color HEX #EBA03D Yellow Sea

📋 copy color: '#EBA03D'

red 235 ◦ green 160 ◦ blue 61

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

Shades of Yellow Sea #EBA03D

Tints of Yellow Sea #EBA03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.38%

R = 51.54%
G = 35.09%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBA03D (or 0xEBA03D) is known color: Yellow Sea. HEX triplet: EB, A0 and 3D. RGB value is (235,160,61). Sum of RGB (Red+Green+Blue) = 235+160+61=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA03D is #145FC2. Grayscale: #ABABAB. Windows color (decimal): -1335235 or 4038891. OLE color: 4038891.

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

Color convert

RGB 235 160 61 -
CMYK 0 0.32 0.74 0.08
HSL 34.14º 0.81% 0.58% -
HSV(B) 34.14º 0.74% 0.92% -
XYZ 47.67 43.14 10.23 -
YUV 171.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 235 160 61 0 0.32 0.74 0.08 34.14 0.81 0.58
Hex EB A0 3D 0 20 4A 8 22 51 3A
Octal 353 240 75 0 40 112 10 42 121 72
Binary 11101011 10100000 111101 0 100000 1001010 1000 100010 1010001 111010

Color Harmonies of #EBA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA03D

Black with #EBA03D

Text Example


Text Example

White with #EBA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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