#E3DA02

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

Shades of Golden Yellow #E3DA02

Tints of Golden Yellow #E3DA02

Color information

#E3DA02 (or 0xE3DA02) is unknown color: approx Golden Yellow. HEX triplet: E3, DA and 02. RGB value is (227,218,2). Sum of RGB (Red+Green+Blue) = 227+218+2=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3DA02 is #1C25FD. Grayscale: #C4C4C4. Windows color (decimal): -1844734 or 187107. OLE color: 187107.

HSL color Cylindrical-coordinate representation of color #E3DA02: hue angle of 57.6º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3DA02 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB2272182-
CMYK00.040.990.11
HSL57.6º98.25%44.9%-
HSV(B)57.6º99.12%89.02%-
XYZ56.7666.489.9-
YUV196.0718.48150.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.78%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=50.78%
G=48.77%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227218200.040.990.1157.698.2544.9
HexE3DA20463B3a622d
Octal343332204143137214255
Binary1110001111011010100100110001110111110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DA02; }

 p { color: rgb(227,218,2); }

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

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

 a { background-color: rgb(227,218,2); }

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

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

 span { border-color: rgb(227,218,2); }

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