Html Css Color HEX #EBA239 Yellow Sea

📋 copy color: '#EBA239'

red 235 ◦ green 162 ◦ blue 57

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

Shades of Yellow Sea #EBA239

Tints of Yellow Sea #EBA239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.68%

 BLUE value IS 57 (22.66% from 255) = 12.56%

R = 51.76%
G = 35.68%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBA239 (or 0xEBA239) is known color: Yellow Sea. HEX triplet: EB, A2 and 39. RGB value is (235,162,57). Sum of RGB (Red+Green+Blue) = 235+162+57=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA239 is #145DC6. Grayscale: #ACACAC. Windows color (decimal): -1334727 or 3777259. OLE color: 3777259.

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

Color convert

RGB 235 162 57 -
CMYK 0 0.31 0.76 0.08
HSL 35.39º 0.82% 0.57% -
HSV(B) 35.39º 0.76% 0.92% -
XYZ 47.92 43.8 9.8 -
YUV 171.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 235 162 57 0 0.31 0.76 0.08 35.39 0.82 0.57
Hex EB A2 39 0 1F 4C 8 23 52 39
Octal 353 242 71 0 37 114 10 43 122 71
Binary 11101011 10100010 111001 0 11111 1001100 1000 100011 1010010 111001

Color Harmonies of #EBA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA239

Black with #EBA239

Text Example


Text Example

White with #EBA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA239; }

 p { color: rgb(235,162,57); }

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

background-color css

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

 a { background-color: rgb(235,162,57); }

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

border-color css

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

 span { border-color: rgb(235,162,57); }

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