Html Css Color HEX #EDDF7D Light Goldenrod

📋 copy color: '#EDDF7D'

red 237 ◦ green 223 ◦ blue 125

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

Shades of Light Goldenrod #EDDF7D

Tints of Light Goldenrod #EDDF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.37%

R = 40.51%
G = 38.12%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDDF7D (or 0xEDDF7D) is known color: Light Goldenrod. HEX triplet: ED, DF and 7D. RGB value is (237,223,125). Sum of RGB (Red+Green+Blue) = 237+223+125=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF7D is #122082. Grayscale: #D8D8D8. Windows color (decimal): -1187971 or 8249325. OLE color: 8249325.

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

Color convert

RGB 237 223 125 -
CMYK 0 0.06 0.47 0.07
HSL 52.5º 0.76% 0.71% -
HSV(B) 52.5º 0.47% 0.93% -
XYZ 65.01 72.26 29.92 -
YUV 216.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 237 223 125 0 0.06 0.47 0.07 52.5 0.76 0.71
Hex ED DF 7D 0 6 2F 7 34 4C 47
Octal 355 337 175 0 6 57 7 64 114 107
Binary 11101101 11011111 1111101 0 110 101111 111 110100 1001100 1000111

Color Harmonies of #EDDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF7D

Black with #EDDF7D

Text Example


Text Example

White with #EDDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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