#EB9C3B

Color #EB9C3B Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #EB9C3B

Tints of Yellow Sea #EB9C3B

Color information

#EB9C3B (or 0xEB9C3B) is unknown color: approx Yellow Sea. HEX triplet: EB, 9C and 3B. RGB value is (235,156,59). Sum of RGB (Red+Green+Blue) = 235+156+59=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9C3B is #1463C4. Grayscale: #A9A9A9. Windows color (decimal): -1336261 or 3906795. OLE color: 3906795.

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

Color convert

RGB23515659-
CMYK00.340.750.08
HSL33.07º81.48%57.65%-
HSV(B)33.07º74.89%92.16%-
XYZ46.9441.759.72-
YUV168.5666.17175.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 59 (23.44% from 255) = 13.11%
R=52.22%
G=34.67%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351565900.340.750.0833.0781.4857.65
HexEB9C3B0224B821513a
Octal35323473042113104112172
Binary11101011100111001110110100010100101110001000011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C3B; }

 p { color: rgb(235,156,59); }

 H1.HeaderClassName
 {
   color: #EB9C3B;
 }
 .AnyTagClassName
 {
   color: #EB9C3B;
 }
</style>
background-color css

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

 a { background-color: rgb(235,156,59); }

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

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

 span { border-color: rgb(235,156,59); }

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