Html Css Color HEX #ECDF7A Light Goldenrod

📋 copy color: '#ECDF7A'

red 236 ◦ green 223 ◦ blue 122

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

Shades of Light Goldenrod #ECDF7A

Tints of Light Goldenrod #ECDF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.38%

 BLUE value IS 122 (48.05% from 255) = 21%

R = 40.62%
G = 38.38%
B = 21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECDF7A (or 0xECDF7A) is known color: Light Goldenrod. HEX triplet: EC, DF and 7A. RGB value is (236,223,122). Sum of RGB (Red+Green+Blue) = 236+223+122=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF7A is #132085. Grayscale: #D7D7D7. Windows color (decimal): -1253510 or 8052716. OLE color: 8052716.

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

Color convert

RGB 236 223 122 -
CMYK 0 0.06 0.48 0.07
HSL 53.16º 0.75% 0.7% -
HSV(B) 53.16º 0.48% 0.93% -
XYZ 64.49 72.01 28.91 -
YUV 215.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 236 223 122 0 0.06 0.48 0.07 53.16 0.75 0.7
Hex EC DF 7A 0 6 30 7 35 4B 46
Octal 354 337 172 0 6 60 7 65 113 106
Binary 11101100 11011111 1111010 0 110 110000 111 110101 1001011 1000110

Color Harmonies of #ECDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF7A

Black with #ECDF7A

Text Example


Text Example

White with #ECDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF7A; }

 p { color: rgb(236,223,122); }

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

background-color css

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

 a { background-color: rgb(236,223,122); }

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

border-color css

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

 span { border-color: rgb(236,223,122); }

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