Html Css Color HEX #EBA034 Yellow Sea

📋 copy color: '#EBA034'

red 235 ◦ green 160 ◦ blue 52

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

Shades of Yellow Sea #EBA034

Tints of Yellow Sea #EBA034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.63%

R = 52.57%
G = 35.79%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBA034 (or 0xEBA034) is known color: Yellow Sea. HEX triplet: EB, A0 and 34. RGB value is (235,160,52). Sum of RGB (Red+Green+Blue) = 235+160+52=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA034 is #145FCB. Grayscale: #AAAAAA. Windows color (decimal): -1335244 or 3449067. OLE color: 3449067.

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

Color convert

RGB 235 160 52 -
CMYK 0 0.32 0.78 0.08
HSL 35.41º 0.82% 0.56% -
HSV(B) 35.41º 0.78% 0.92% -
XYZ 47.45 43.05 9.06 -
YUV 170.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 235 160 52 0 0.32 0.78 0.08 35.41 0.82 0.56
Hex EB A0 34 0 20 4E 8 23 52 38
Octal 353 240 64 0 40 116 10 43 122 70
Binary 11101011 10100000 110100 0 100000 1001110 1000 100011 1010010 111000

Color Harmonies of #EBA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA034

Black with #EBA034

Text Example


Text Example

White with #EBA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA034; }

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

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

background-color css

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

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

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

border-color css

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

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

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