Html Css Color HEX #EDDF8A Light Goldenrod

📋 copy color: '#EDDF8A'

red 237 ◦ green 223 ◦ blue 138

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

Shades of Light Goldenrod #EDDF8A

Tints of Light Goldenrod #EDDF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.08%

R = 39.63%
G = 37.29%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDDF8A (or 0xEDDF8A) is known color: Light Goldenrod. HEX triplet: ED, DF and 8A. RGB value is (237,223,138). Sum of RGB (Red+Green+Blue) = 237+223+138=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF8A is #122075. Grayscale: #D9D9D9. Windows color (decimal): -1187958 or 9101293. OLE color: 9101293.

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

Color convert

RGB 237 223 138 -
CMYK 0 0.06 0.42 0.07
HSL 51.52º 0.73% 0.74% -
HSV(B) 51.52º 0.42% 0.93% -
XYZ 65.9 72.61 34.59 -
YUV 217.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 237 223 138 0 0.06 0.42 0.07 51.52 0.73 0.74
Hex ED DF 8A 0 6 2A 7 34 49 4A
Octal 355 337 212 0 6 52 7 64 111 112
Binary 11101101 11011111 10001010 0 110 101010 111 110100 1001001 1001010

Color Harmonies of #EDDF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF8A

Black with #EDDF8A

Text Example


Text Example

White with #EDDF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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