#E9CB30

Color #E9CB30 Golden Dream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Dream #E9CB30

Tints of Golden Dream #E9CB30

Color information

#E9CB30 (or 0xE9CB30) is unknown color: approx Golden Dream. HEX triplet: E9, CB and 30. RGB value is (233,203,48). Sum of RGB (Red+Green+Blue) = 233+203+48=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CB30 is #1634CF. Grayscale: #C2C2C2. Windows color (decimal): -1455312 or 3197929. OLE color: 3197929.

HSL color Cylindrical-coordinate representation of color #E9CB30: hue angle of 50.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9CB30 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB23320348-
CMYK00.130.790.09
HSL50.27º80.79%55.1%-
HSV(B)50.27º79.4%91.37%-
XYZ55.4960.2511.5-
YUV194.345.44155.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.14%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 48 (19.14% from 255) = 9.92%
R=48.14%
G=41.94%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332034800.130.790.0950.2780.7955.1
HexE9CB300D4F9325137
Octal35131360015117116212167
Binary111010011100101111000001101100111110011100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CB30; }

 p { color: rgb(233,203,48); }

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

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

 a { background-color: rgb(233,203,48); }

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

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

 span { border-color: rgb(233,203,48); }

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