Html Css Color HEX #EDCD2C Golden Dream

📋 copy color: '#EDCD2C'

red 237 ◦ green 205 ◦ blue 44

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

Shades of Golden Dream #EDCD2C

Tints of Golden Dream #EDCD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.18%

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

R = 48.77%
G = 42.18%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDCD2C (or 0xEDCD2C) is known color: Golden Dream. HEX triplet: ED, CD and 2C. RGB value is (237,205,44). Sum of RGB (Red+Green+Blue) = 237+205+44=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD2C is #1232D3. Grayscale: #C4C4C4. Windows color (decimal): -1192660 or 2936301. OLE color: 2936301.

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

Color convert

RGB 237 205 44 -
CMYK 0 0.14 0.81 0.07
HSL 50.05º 0.84% 0.55% -
HSV(B) 50.05º 0.81% 0.93% -
XYZ 57.21 61.85 11.31 -
YUV 196.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 237 205 44 0 0.14 0.81 0.07 50.05 0.84 0.55
Hex ED CD 2C 0 E 51 7 32 54 37
Octal 355 315 54 0 16 121 7 62 124 67
Binary 11101101 11001101 101100 0 1110 1010001 111 110010 1010100 110111

Color Harmonies of #EDCD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD2C

Black with #EDCD2C

Text Example


Text Example

White with #EDCD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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