Html Css Color HEX #ECDC7B Light Goldenrod

📋 copy color: '#ECDC7B'

red 236 ◦ green 220 ◦ blue 123

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

Shades of Light Goldenrod #ECDC7B

Tints of Light Goldenrod #ECDC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38%

 BLUE value IS 123 (48.44% from 255) = 21.24%

R = 40.76%
G = 38%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECDC7B (or 0xECDC7B) is known color: Light Goldenrod. HEX triplet: EC, DC and 7B. RGB value is (236,220,123). Sum of RGB (Red+Green+Blue) = 236+220+123=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC7B is #132384. Grayscale: #D6D6D6. Windows color (decimal): -1254277 or 8117484. OLE color: 8117484.

HSL color Cylindrical-coordinate representation of color #ECDC7B: hue angle of 51.5º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECDC7B is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 123 -
CMYK 0 0.07 0.48 0.07
HSL 51.5º 0.75% 0.7% -
HSV(B) 51.5º 0.48% 0.93% -
XYZ 63.76 70.45 28.98 -
YUV 213.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 236 220 123 0 0.07 0.48 0.07 51.5 0.75 0.7
Hex EC DC 7B 0 7 30 7 34 4B 46
Octal 354 334 173 0 7 60 7 64 113 106
Binary 11101100 11011100 1111011 0 111 110000 111 110100 1001011 1000110

Color Harmonies of #ECDC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC7B

Black with #ECDC7B

Text Example


Text Example

White with #ECDC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC7B; }

 p { color: rgb(236,220,123); }

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

background-color css

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

 a { background-color: rgb(236,220,123); }

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

border-color css

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

 span { border-color: rgb(236,220,123); }

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