Html Css Color HEX #EDC72E Golden Dream

📋 copy color: '#EDC72E'

red 237 ◦ green 199 ◦ blue 46

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

Shades of Golden Dream #EDC72E

Tints of Golden Dream #EDC72E

RGB

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

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

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

R = 49.17%
G = 41.29%
B = 9.54%

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

#EDC72E (or 0xEDC72E) is known color: Golden Dream. HEX triplet: ED, C7 and 2E. RGB value is (237,199,46). Sum of RGB (Red+Green+Blue) = 237+199+46=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC72E is #1238D1. Grayscale: #C1C1C1. Windows color (decimal): -1194194 or 3065837. OLE color: 3065837.

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

Color convert

RGB 237 199 46 -
CMYK 0 0.16 0.81 0.07
HSL 48.06º 0.84% 0.55% -
HSV(B) 48.06º 0.81% 0.93% -
XYZ 55.84 59.05 11.04 -
YUV 192.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 237 199 46 0 0.16 0.81 0.07 48.06 0.84 0.55
Hex ED C7 2E 0 10 51 7 30 54 37
Octal 355 307 56 0 20 121 7 60 124 67
Binary 11101101 11000111 101110 0 10000 1010001 111 110000 1010100 110111

Color Harmonies of #EDC72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC72E

Black with #EDC72E

Text Example


Text Example

White with #EDC72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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