Html Css Color HEX #EDE286 Light Goldenrod

📋 copy color: '#EDE286'

red 237 ◦ green 226 ◦ blue 134

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

Shades of Light Goldenrod #EDE286

Tints of Light Goldenrod #EDE286

RGB

 RED value IS 237 (92.97% from 255) = 39.7%

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 134 (52.73% from 255) = 22.45%

R = 39.7%
G = 37.86%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDE286 (or 0xEDE286) is known color: Light Goldenrod. HEX triplet: ED, E2 and 86. RGB value is (237,226,134). Sum of RGB (Red+Green+Blue) = 237+226+134=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE286 is #121D79. Grayscale: #DBDBDB. Windows color (decimal): -1187194 or 8839917. OLE color: 8839917.

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

Color convert

RGB 237 226 134 -
CMYK 0 0.05 0.43 0.07
HSL 53.59º 0.74% 0.73% -
HSV(B) 53.59º 0.43% 0.93% -
XYZ 66.42 74.12 33.36 -
YUV 218.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 237 226 134 0 0.05 0.43 0.07 53.59 0.74 0.73
Hex ED E2 86 0 5 2B 7 36 4A 49
Octal 355 342 206 0 5 53 7 66 112 111
Binary 11101101 11100010 10000110 0 101 101011 111 110110 1001010 1001001

Color Harmonies of #EDE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE286

Black with #EDE286

Text Example


Text Example

White with #EDE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE286; }

 p { color: rgb(237,226,134); }

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

background-color css

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

 a { background-color: rgb(237,226,134); }

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

border-color css

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

 span { border-color: rgb(237,226,134); }

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