Html Css Color HEX #EBA236 Yellow Sea

📋 copy color: '#EBA236'

red 235 ◦ green 162 ◦ blue 54

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

Shades of Yellow Sea #EBA236

Tints of Yellow Sea #EBA236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.97%

R = 52.11%
G = 35.92%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBA236 (or 0xEBA236) is known color: Yellow Sea. HEX triplet: EB, A2 and 36. RGB value is (235,162,54). Sum of RGB (Red+Green+Blue) = 235+162+54=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA236 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA236 is #145DC9. Grayscale: #ACACAC. Windows color (decimal): -1334730 or 3580651. OLE color: 3580651.

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

Color convert

RGB 235 162 54 -
CMYK 0 0.31 0.77 0.08
HSL 35.8º 0.82% 0.57% -
HSV(B) 35.8º 0.77% 0.92% -
XYZ 47.85 43.77 9.42 -
YUV 171.52 61.68 173.28 -
System Red Green Blue C M Y K H S L
Decimal 235 162 54 0 0.31 0.77 0.08 35.8 0.82 0.57
Hex EB A2 36 0 1F 4D 8 24 52 39
Octal 353 242 66 0 37 115 10 44 122 71
Binary 11101011 10100010 110110 0 11111 1001101 1000 100100 1010010 111001

Color Harmonies of #EBA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA236

Black with #EBA236

Text Example


Text Example

White with #EBA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA236; }

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

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

background-color css

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

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

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

border-color css

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

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

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