Html Css Color HEX #ECDF85 Light Goldenrod

📋 copy color: '#ECDF85'

red 236 ◦ green 223 ◦ blue 133

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

Shades of Light Goldenrod #ECDF85

Tints of Light Goldenrod #ECDF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.47%

R = 39.86%
G = 37.67%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECDF85 (or 0xECDF85) is known color: Light Goldenrod. HEX triplet: EC, DF and 85. RGB value is (236,223,133). Sum of RGB (Red+Green+Blue) = 236+223+133=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF85 is #13207A. Grayscale: #D9D9D9. Windows color (decimal): -1253499 or 8773612. OLE color: 8773612.

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

Color convert

RGB 236 223 133 -
CMYK 0 0.06 0.44 0.07
HSL 52.43º 0.73% 0.72% -
HSV(B) 52.43º 0.44% 0.93% -
XYZ 65.21 72.3 32.71 -
YUV 216.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 236 223 133 0 0.06 0.44 0.07 52.43 0.73 0.72
Hex EC DF 85 0 6 2C 7 34 49 48
Octal 354 337 205 0 6 54 7 64 111 110
Binary 11101100 11011111 10000101 0 110 101100 111 110100 1001001 1001000

Color Harmonies of #ECDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF85

Black with #ECDF85

Text Example


Text Example

White with #ECDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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