Html Css Color HEX #EDE182 Light Goldenrod

📋 copy color: '#EDE182'

red 237 ◦ green 225 ◦ blue 130

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

Shades of Light Goldenrod #EDE182

Tints of Light Goldenrod #EDE182

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.01%

 BLUE value IS 130 (51.17% from 255) = 21.96%

R = 40.03%
G = 38.01%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDE182 (or 0xEDE182) is known color: Light Goldenrod. HEX triplet: ED, E1 and 82. RGB value is (237,225,130). Sum of RGB (Red+Green+Blue) = 237+225+130=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE182 is #121E7D. Grayscale: #DADADA. Windows color (decimal): -1187454 or 8577517. OLE color: 8577517.

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

Color convert

RGB 237 225 130 -
CMYK 0 0.05 0.45 0.07
HSL 53.27º 0.75% 0.72% -
HSV(B) 53.27º 0.45% 0.93% -
XYZ 65.88 73.47 31.83 -
YUV 217.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 237 225 130 0 0.05 0.45 0.07 53.27 0.75 0.72
Hex ED E1 82 0 5 2D 7 35 4B 48
Octal 355 341 202 0 5 55 7 65 113 110
Binary 11101101 11100001 10000010 0 101 101101 111 110101 1001011 1001000

Color Harmonies of #EDE182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE182

Black with #EDE182

Text Example


Text Example

White with #EDE182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE182; }

 p { color: rgb(237,225,130); }

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

background-color css

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

 a { background-color: rgb(237,225,130); }

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

border-color css

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

 span { border-color: rgb(237,225,130); }

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