Html Css Color HEX #EDC72C Golden Dream

📋 copy color: '#EDC72C'

red 237 ◦ green 199 ◦ blue 44

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

Shades of Golden Dream #EDC72C

Tints of Golden Dream #EDC72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.17%

R = 49.38%
G = 41.46%
B = 9.17%

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

#EDC72C (or 0xEDC72C) is known color: Golden Dream. HEX triplet: ED, C7 and 2C. RGB value is (237,199,44). Sum of RGB (Red+Green+Blue) = 237+199+44=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC72C is #1238D3. Grayscale: #C1C1C1. Windows color (decimal): -1194196 or 2934765. OLE color: 2934765.

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

Color convert

RGB 237 199 44 -
CMYK 0 0.16 0.81 0.07
HSL 48.19º 0.84% 0.55% -
HSV(B) 48.19º 0.81% 0.93% -
XYZ 55.8 59.03 10.84 -
YUV 192.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 237 199 44 0 0.16 0.81 0.07 48.19 0.84 0.55
Hex ED C7 2C 0 10 51 7 30 54 37
Octal 355 307 54 0 20 121 7 60 124 67
Binary 11101101 11000111 101100 0 10000 1010001 111 110000 1010100 110111

Color Harmonies of #EDC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC72C

Black with #EDC72C

Text Example


Text Example

White with #EDC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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