Html Css Color HEX #ECDF8A Light Goldenrod

📋 copy color: '#ECDF8A'

red 236 ◦ green 223 ◦ blue 138

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

Shades of Light Goldenrod #ECDF8A

Tints of Light Goldenrod #ECDF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.12%

R = 39.53%
G = 37.35%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECDF8A (or 0xECDF8A) is known color: Light Goldenrod. HEX triplet: EC, DF and 8A. RGB value is (236,223,138). Sum of RGB (Red+Green+Blue) = 236+223+138=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF8A is #132075. Grayscale: #D9D9D9. Windows color (decimal): -1253494 or 9101292. OLE color: 9101292.

HSL color Cylindrical-coordinate representation of color #ECDF8A: hue angle of 52.04º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECDF8A is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 223 138 -
CMYK 0 0.06 0.42 0.07
HSL 52.04º 0.72% 0.73% -
HSV(B) 52.04º 0.42% 0.93% -
XYZ 65.57 72.44 34.57 -
YUV 217.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 236 223 138 0 0.06 0.42 0.07 52.04 0.72 0.73
Hex EC DF 8A 0 6 2A 7 34 48 49
Octal 354 337 212 0 6 52 7 64 110 111
Binary 11101100 11011111 10001010 0 110 101010 111 110100 1001000 1001001

Color Harmonies of #ECDF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF8A

Black with #ECDF8A

Text Example


Text Example

White with #ECDF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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