Html Css Color HEX #EDDC7B Light Goldenrod

📋 copy color: '#EDDC7B'

red 237 ◦ green 220 ◦ blue 123

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

Shades of Light Goldenrod #EDDC7B

Tints of Light Goldenrod #EDDC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

 BLUE value IS 123 (48.44% from 255) = 21.21%

R = 40.86%
G = 37.93%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDDC7B (or 0xEDDC7B) is known color: Light Goldenrod. HEX triplet: ED, DC and 7B. RGB value is (237,220,123). Sum of RGB (Red+Green+Blue) = 237+220+123=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC7B is #122384. Grayscale: #D6D6D6. Windows color (decimal): -1188741 or 8117485. OLE color: 8117485.

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

Color convert

RGB 237 220 123 -
CMYK 0 0.07 0.48 0.07
HSL 51.05º 0.76% 0.71% -
HSV(B) 51.05º 0.48% 0.93% -
XYZ 64.09 70.62 28.99 -
YUV 214.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 237 220 123 0 0.07 0.48 0.07 51.05 0.76 0.71
Hex ED DC 7B 0 7 30 7 33 4C 47
Octal 355 334 173 0 7 60 7 63 114 107
Binary 11101101 11011100 1111011 0 111 110000 111 110011 1001100 1000111

Color Harmonies of #EDDC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC7B

Black with #EDDC7B

Text Example


Text Example

White with #EDDC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC7B; }

 p { color: rgb(237,220,123); }

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

background-color css

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

 a { background-color: rgb(237,220,123); }

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

border-color css

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

 span { border-color: rgb(237,220,123); }

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