Html Css Color HEX #ECCD2D Golden Dream

📋 copy color: '#ECCD2D'

red 236 ◦ green 205 ◦ blue 45

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

Shades of Golden Dream #ECCD2D

Tints of Golden Dream #ECCD2D

RGB

 RED value IS 236 (92.58% from 255) = 48.56%

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

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

R = 48.56%
G = 42.18%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECCD2D (or 0xECCD2D) is known color: Golden Dream. HEX triplet: EC, CD and 2D. RGB value is (236,205,45). Sum of RGB (Red+Green+Blue) = 236+205+45=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD2D is #1332D2. Grayscale: #C4C4C4. Windows color (decimal): -1258195 or 3001836. OLE color: 3001836.

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

Color convert

RGB 236 205 45 -
CMYK 0 0.13 0.81 0.07
HSL 50.26º 0.83% 0.55% -
HSV(B) 50.26º 0.81% 0.93% -
XYZ 56.9 61.68 11.39 -
YUV 196.03 42.77 156.51 -
System Red Green Blue C M Y K H S L
Decimal 236 205 45 0 0.13 0.81 0.07 50.26 0.83 0.55
Hex EC CD 2D 0 D 51 7 32 53 37
Octal 354 315 55 0 15 121 7 62 123 67
Binary 11101100 11001101 101101 0 1101 1010001 111 110010 1010011 110111

Color Harmonies of #ECCD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD2D

Black with #ECCD2D

Text Example


Text Example

White with #ECCD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD2D; }

 p { color: rgb(236,205,45); }

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

background-color css

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

 a { background-color: rgb(236,205,45); }

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

border-color css

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

 span { border-color: rgb(236,205,45); }

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