Html Css Color HEX #EFEBAA Pale Goldenrod

📋 copy color: '#EFEBAA'

red 239 ◦ green 235 ◦ blue 170

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

Shades of Pale Goldenrod #EFEBAA

Tints of Pale Goldenrod #EFEBAA

RGB

 RED value IS 239 (93.75% from 255) = 37.11%

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

 BLUE value IS 170 (66.8% from 255) = 26.4%

R = 37.11%
G = 36.49%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFEBAA (or 0xEFEBAA) is known color: Pale Goldenrod. HEX triplet: EF, EB and AA. RGB value is (239,235,170). Sum of RGB (Red+Green+Blue) = 239+235+170=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBAA is #101455. Grayscale: #E5E5E5. Windows color (decimal): -1053782 or 11201519. OLE color: 11201519.

HSL color Cylindrical-coordinate representation of color #EFEBAA: hue angle of 56.52º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFEBAA is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 235 170 -
CMYK 0 0.02 0.29 0.06
HSL 56.52º 0.68% 0.8% -
HSV(B) 56.52º 0.29% 0.94% -
XYZ 72.56 80.67 49.78 -
YUV 228.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 239 235 170 0 0.02 0.29 0.06 56.52 0.68 0.8
Hex EF EB AA 0 2 1D 6 39 44 50
Octal 357 353 252 0 2 35 6 71 104 120
Binary 11101111 11101011 10101010 0 10 11101 110 111001 1000100 1010000

Color Harmonies of #EFEBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBAA

Black with #EFEBAA

Text Example


Text Example

White with #EFEBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBAA; }

 p { color: rgb(239,235,170); }

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

background-color css

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

 a { background-color: rgb(239,235,170); }

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

border-color css

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

 span { border-color: rgb(239,235,170); }

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