Html Css Color HEX #EDE283 Light Goldenrod

📋 copy color: '#EDE283'

red 237 ◦ green 226 ◦ blue 131

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

Shades of Light Goldenrod #EDE283

Tints of Light Goldenrod #EDE283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.05%

R = 39.9%
G = 38.05%
B = 22.05%

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

#EDE283 (or 0xEDE283) is known color: Light Goldenrod. HEX triplet: ED, E2 and 83. RGB value is (237,226,131). Sum of RGB (Red+Green+Blue) = 237+226+131=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE283 is #121D7C. Grayscale: #DADADA. Windows color (decimal): -1187197 or 8643309. OLE color: 8643309.

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

Color convert

RGB 237 226 131 -
CMYK 0 0.05 0.45 0.07
HSL 53.77º 0.75% 0.72% -
HSV(B) 53.77º 0.45% 0.93% -
XYZ 66.22 74.04 32.27 -
YUV 218.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 237 226 131 0 0.05 0.45 0.07 53.77 0.75 0.72
Hex ED E2 83 0 5 2D 7 36 4B 48
Octal 355 342 203 0 5 55 7 66 113 110
Binary 11101101 11100010 10000011 0 101 101101 111 110110 1001011 1001000

Color Harmonies of #EDE283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE283

Black with #EDE283

Text Example


Text Example

White with #EDE283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE283; }

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

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

background-color css

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

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

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

border-color css

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

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

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