Html Css Color HEX #EDEDA3 Pale Goldenrod

📋 copy color: '#EDEDA3'

red 237 ◦ green 237 ◦ blue 163

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

Shades of Pale Goldenrod #EDEDA3

Tints of Pale Goldenrod #EDEDA3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.21%

 BLUE value IS 163 (64.06% from 255) = 25.59%

R = 37.21%
G = 37.21%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EDEDA3 (or 0xEDEDA3) is known color: Pale Goldenrod. HEX triplet: ED, ED and A3. RGB value is (237,237,163). Sum of RGB (Red+Green+Blue) = 237+237+163=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA3 is #12125C. Grayscale: #E4E4E4. Windows color (decimal): -1184349 or 10743277. OLE color: 10743277.

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

Color convert

RGB 237 237 163 -
CMYK 0 0 0.31 0.07
HSL 60º 0.67% 0.78% -
HSV(B) 60º 0.31% 0.93% -
XYZ 71.82 81.22 46.54 -
YUV 228.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 237 237 163 0 0 0.31 0.07 60 0.67 0.78
Hex ED ED A3 0 0 1F 7 3C 43 4E
Octal 355 355 243 0 0 37 7 74 103 116
Binary 11101101 11101101 10100011 0 0 11111 111 111100 1000011 1001110

Color Harmonies of #EDEDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDA3

Black with #EDEDA3

Text Example


Text Example

White with #EDEDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDA3; }

 p { color: rgb(237,237,163); }

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

background-color css

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

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

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

border-color css

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

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

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