Html Css Color HEX #EDC72B Golden Dream

📋 copy color: '#EDC72B'

red 237 ◦ green 199 ◦ blue 43

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

Shades of Golden Dream #EDC72B

Tints of Golden Dream #EDC72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.98%

R = 49.48%
G = 41.54%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDC72B (or 0xEDC72B) is known color: Golden Dream. HEX triplet: ED, C7 and 2B. RGB value is (237,199,43). Sum of RGB (Red+Green+Blue) = 237+199+43=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC72B is #1238D4. Grayscale: #C1C1C1. Windows color (decimal): -1194197 or 2869229. OLE color: 2869229.

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

Color convert

RGB 237 199 43 -
CMYK 0 0.16 0.82 0.07
HSL 48.25º 0.84% 0.55% -
HSV(B) 48.25º 0.82% 0.93% -
XYZ 55.78 59.03 10.74 -
YUV 192.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 237 199 43 0 0.16 0.82 0.07 48.25 0.84 0.55
Hex ED C7 2B 0 10 52 7 30 54 37
Octal 355 307 53 0 20 122 7 60 124 67
Binary 11101101 11000111 101011 0 10000 1010010 111 110000 1010100 110111

Color Harmonies of #EDC72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC72B

Black with #EDC72B

Text Example


Text Example

White with #EDC72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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