#EBA23D

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

Shades of Yellow Sea #EBA23D

Tints of Yellow Sea #EBA23D

Color information

#EBA23D (or 0xEBA23D) is unknown color: approx Yellow Sea. HEX triplet: EB, A2 and 3D. RGB value is (235,162,61). Sum of RGB (Red+Green+Blue) = 235+162+61=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA23D is #145DC2. Grayscale: #ACACAC. Windows color (decimal): -1334723 or 4039403. OLE color: 4039403.

HSL color Cylindrical-coordinate representation of color #EBA23D: hue angle of 34.83º 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 #EBA23D is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23516261-
CMYK00.310.740.08
HSL34.83º81.31%58.04%-
HSV(B)34.83º74.04%92.16%-
XYZ48.0243.8410.35-
YUV172.3165.18172.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 61 (24.22% from 255) = 13.32%
R=51.31%
G=35.37%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351626100.310.740.0834.8381.3158.04
HexEBA23D01F4A823513a
Octal35324275037112104312172
Binary1110101110100010111101011111100101010001000111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA23D; }

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

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

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

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

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

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

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

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