Html Css Color HEX #E4D02E Golden Dream

📋 copy color: '#E4D02E'

red 228 ◦ green 208 ◦ blue 46

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

Shades of Golden Dream #E4D02E

Tints of Golden Dream #E4D02E

RGB

 RED value IS 228 (89.45% from 255) = 47.3%

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 46 (18.36% from 255) = 9.54%

R = 47.3%
G = 43.15%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4D02E (or 0xE4D02E) is known color: Golden Dream. HEX triplet: E4, D0 and 2E. RGB value is (228,208,46). Sum of RGB (Red+Green+Blue) = 228+208+46=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D02E is #1B2FD1. Grayscale: #C4C4C4. Windows color (decimal): -1781714 or 3068132. OLE color: 3068132.

HSL color Cylindrical-coordinate representation of color #E4D02E: hue angle of 53.41º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4D02E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 208 46 -
CMYK 0 0.09 0.80 0.11
HSL 53.41º 0.77% 0.54% -
HSV(B) 53.41º 0.8% 0.89% -
XYZ 55.04 61.8 11.61 -
YUV 195.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 228 208 46 0 0.09 0.80 0.11 53.41 0.77 0.54
Hex E4 D0 2E 0 9 50 B 35 4D 36
Octal 344 320 56 0 11 120 13 65 115 66
Binary 11100100 11010000 101110 0 1001 1010000 1011 110101 1001101 110110

Color Harmonies of #E4D02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D02E

Black with #E4D02E

Text Example


Text Example

White with #E4D02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D02E; }

 p { color: rgb(228,208,46); }

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

background-color css

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

 a { background-color: rgb(228,208,46); }

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

border-color css

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

 span { border-color: rgb(228,208,46); }

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