Html Css Color HEX #EECD2D Golden Dream

📋 copy color: '#EECD2D'

red 238 ◦ green 205 ◦ blue 45

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

Shades of Golden Dream #EECD2D

Tints of Golden Dream #EECD2D

RGB

 RED value IS 238 (93.36% from 255) = 48.77%

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

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

R = 48.77%
G = 42.01%
B = 9.22%

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

#EECD2D (or 0xEECD2D) is known color: Golden Dream. HEX triplet: EE, CD and 2D. RGB value is (238,205,45). Sum of RGB (Red+Green+Blue) = 238+205+45=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD2D is #1132D2. Grayscale: #C5C5C5. Windows color (decimal): -1127123 or 3001838. OLE color: 3001838.

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

Color convert

RGB 238 205 45 -
CMYK 0 0.14 0.81 0.07
HSL 49.74º 0.85% 0.55% -
HSV(B) 49.74º 0.81% 0.93% -
XYZ 57.56 62.03 11.42 -
YUV 196.63 42.43 157.51 -
System Red Green Blue C M Y K H S L
Decimal 238 205 45 0 0.14 0.81 0.07 49.74 0.85 0.55
Hex EE CD 2D 0 E 51 7 32 55 37
Octal 356 315 55 0 16 121 7 62 125 67
Binary 11101110 11001101 101101 0 1110 1010001 111 110010 1010101 110111

Color Harmonies of #EECD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD2D

Black with #EECD2D

Text Example


Text Example

White with #EECD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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