Html Css Color HEX #EDD42D Golden Dream

📋 copy color: '#EDD42D'

red 237 ◦ green 212 ◦ blue 45

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

Shades of Golden Dream #EDD42D

Tints of Golden Dream #EDD42D

RGB

 RED value IS 237 (92.97% from 255) = 47.98%

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

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

R = 47.98%
G = 42.91%
B = 9.11%

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

#EDD42D (or 0xEDD42D) is known color: Golden Dream. HEX triplet: ED, D4 and 2D. RGB value is (237,212,45). Sum of RGB (Red+Green+Blue) = 237+212+45=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD42D is #122BD2. Grayscale: #C9C9C9. Windows color (decimal): -1190867 or 3003629. OLE color: 3003629.

HSL color Cylindrical-coordinate representation of color #EDD42D: hue angle of 52.19º degrees, saturation: 0.84, 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 #EDD42D is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 45 -
CMYK 0 0.11 0.81 0.07
HSL 52.19º 0.84% 0.55% -
HSV(B) 52.19º 0.81% 0.93% -
XYZ 58.94 65.28 11.98 -
YUV 200.44 40.28 154.08 -
System Red Green Blue C M Y K H S L
Decimal 237 212 45 0 0.11 0.81 0.07 52.19 0.84 0.55
Hex ED D4 2D 0 B 51 7 34 54 37
Octal 355 324 55 0 13 121 7 64 124 67
Binary 11101101 11010100 101101 0 1011 1010001 111 110100 1010100 110111

Color Harmonies of #EDD42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD42D

Black with #EDD42D

Text Example


Text Example

White with #EDD42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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