Html Css Color HEX #EDC72D Golden Dream

📋 copy color: '#EDC72D'

red 237 ◦ green 199 ◦ blue 45

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

Shades of Golden Dream #EDC72D

Tints of Golden Dream #EDC72D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

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

R = 49.27%
G = 41.37%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDC72D (or 0xEDC72D) is known color: Golden Dream. HEX triplet: ED, C7 and 2D. RGB value is (237,199,45). Sum of RGB (Red+Green+Blue) = 237+199+45=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC72D is #1238D2. Grayscale: #C1C1C1. Windows color (decimal): -1194195 or 3000301. OLE color: 3000301.

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

Color convert

RGB 237 199 45 -
CMYK 0 0.16 0.81 0.07
HSL 48.13º 0.84% 0.55% -
HSV(B) 48.13º 0.81% 0.93% -
XYZ 55.82 59.04 10.94 -
YUV 192.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 237 199 45 0 0.16 0.81 0.07 48.13 0.84 0.55
Hex ED C7 2D 0 10 51 7 30 54 37
Octal 355 307 55 0 20 121 7 60 124 67
Binary 11101101 11000111 101101 0 10000 1010001 111 110000 1010100 110111

Color Harmonies of #EDC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC72D

Black with #EDC72D

Text Example


Text Example

White with #EDC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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