Html Css Color HEX #EECB2D Golden Dream

📋 copy color: '#EECB2D'

red 238 ◦ green 203 ◦ blue 45

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

Shades of Golden Dream #EECB2D

Tints of Golden Dream #EECB2D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.77%

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

R = 48.97%
G = 41.77%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EECB2D (or 0xEECB2D) is known color: Golden Dream. HEX triplet: EE, CB and 2D. RGB value is (238,203,45). Sum of RGB (Red+Green+Blue) = 238+203+45=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB2D is #1134D2. Grayscale: #C4C4C4. Windows color (decimal): -1127635 or 3001326. OLE color: 3001326.

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

Color convert

RGB 238 203 45 -
CMYK 0 0.15 0.81 0.07
HSL 49.12º 0.85% 0.55% -
HSV(B) 49.12º 0.81% 0.93% -
XYZ 57.09 61.08 11.26 -
YUV 195.45 43.1 158.35 -
System Red Green Blue C M Y K H S L
Decimal 238 203 45 0 0.15 0.81 0.07 49.12 0.85 0.55
Hex EE CB 2D 0 F 51 7 31 55 37
Octal 356 313 55 0 17 121 7 61 125 67
Binary 11101110 11001011 101101 0 1111 1010001 111 110001 1010101 110111

Color Harmonies of #EECB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB2D

Black with #EECB2D

Text Example


Text Example

White with #EECB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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