Html Css Color HEX #EDDF83 Light Goldenrod

📋 copy color: '#EDDF83'

red 237 ◦ green 223 ◦ blue 131

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

Shades of Light Goldenrod #EDDF83

Tints of Light Goldenrod #EDDF83

RGB

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

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

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

R = 40.1%
G = 37.73%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDDF83 (or 0xEDDF83) is known color: Light Goldenrod. HEX triplet: ED, DF and 83. RGB value is (237,223,131). Sum of RGB (Red+Green+Blue) = 237+223+131=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF83 is #12207C. Grayscale: #D9D9D9. Windows color (decimal): -1187965 or 8642541. OLE color: 8642541.

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

Color convert

RGB 237 223 131 -
CMYK 0 0.06 0.45 0.07
HSL 52.08º 0.75% 0.72% -
HSV(B) 52.08º 0.45% 0.93% -
XYZ 65.41 72.42 32 -
YUV 216.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 237 223 131 0 0.06 0.45 0.07 52.08 0.75 0.72
Hex ED DF 83 0 6 2D 7 34 4B 48
Octal 355 337 203 0 6 55 7 64 113 110
Binary 11101101 11011111 10000011 0 110 101101 111 110100 1001011 1001000

Color Harmonies of #EDDF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF83

Black with #EDDF83

Text Example


Text Example

White with #EDDF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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