Html Css Color HEX #EED42D Golden Dream

📋 copy color: '#EED42D'

red 238 ◦ green 212 ◦ blue 45

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

Shades of Golden Dream #EED42D

Tints of Golden Dream #EED42D

RGB

 RED value IS 238 (93.36% from 255) = 48.08%

 GREEN value IS 212 (83.2% from 255) = 42.83%

 BLUE value IS 45 (17.97% from 255) = 9.09%

R = 48.08%
G = 42.83%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EED42D (or 0xEED42D) is known color: Golden Dream. HEX triplet: EE, D4 and 2D. RGB value is (238,212,45). Sum of RGB (Red+Green+Blue) = 238+212+45=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EED42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED42D is #112BD2. Grayscale: #C9C9C9. Windows color (decimal): -1125331 or 3003630. OLE color: 3003630.

HSL color Cylindrical-coordinate representation of color #EED42D: hue angle of 51.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EED42D is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 212 45 -
CMYK 0 0.11 0.81 0.07
HSL 51.92º 0.85% 0.55% -
HSV(B) 51.92º 0.81% 0.93% -
XYZ 59.28 65.45 11.99 -
YUV 200.74 40.11 154.58 -
System Red Green Blue C M Y K H S L
Decimal 238 212 45 0 0.11 0.81 0.07 51.92 0.85 0.55
Hex EE D4 2D 0 B 51 7 34 55 37
Octal 356 324 55 0 13 121 7 64 125 67
Binary 11101110 11010100 101101 0 1011 1010001 111 110100 1010101 110111

Color Harmonies of #EED42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED42D

Black with #EED42D

Text Example


Text Example

White with #EED42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED42D; }

 p { color: rgb(238,212,45); }

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

background-color css

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

 a { background-color: rgb(238,212,45); }

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

border-color css

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

 span { border-color: rgb(238,212,45); }

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