Html Css Color HEX #EDEBA2 Pale Goldenrod

📋 copy color: '#EDEBA2'

red 237 ◦ green 235 ◦ blue 162

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

Shades of Pale Goldenrod #EDEBA2

Tints of Pale Goldenrod #EDEBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.07%

 BLUE value IS 162 (63.67% from 255) = 25.55%

R = 37.38%
G = 37.07%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDEBA2 (or 0xEDEBA2) is known color: Pale Goldenrod. HEX triplet: ED, EB and A2. RGB value is (237,235,162). Sum of RGB (Red+Green+Blue) = 237+235+162=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBA2 is #12145D. Grayscale: #E3E3E3. Windows color (decimal): -1184862 or 10677229. OLE color: 10677229.

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

Color convert

RGB 237 235 162 -
CMYK 0 0.01 0.32 0.07
HSL 58.4º 0.68% 0.78% -
HSV(B) 58.4º 0.32% 0.93% -
XYZ 71.15 80.03 45.88 -
YUV 227.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 237 235 162 0 0.01 0.32 0.07 58.4 0.68 0.78
Hex ED EB A2 0 1 20 7 3A 44 4E
Octal 355 353 242 0 1 40 7 72 104 116
Binary 11101101 11101011 10100010 0 1 100000 111 111010 1000100 1001110

Color Harmonies of #EDEBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBA2

Black with #EDEBA2

Text Example


Text Example

White with #EDEBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBA2; }

 p { color: rgb(237,235,162); }

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

background-color css

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

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

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

border-color css

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

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

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