Html Css Color HEX #EFE6AB Pale Goldenrod

📋 copy color: '#EFE6AB'

red 239 ◦ green 230 ◦ blue 171

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

Shades of Pale Goldenrod #EFE6AB

Tints of Pale Goldenrod #EFE6AB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.94%

 BLUE value IS 171 (67.19% from 255) = 26.72%

R = 37.34%
G = 35.94%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFE6AB (or 0xEFE6AB) is known color: Pale Goldenrod. HEX triplet: EF, E6 and AB. RGB value is (239,230,171). Sum of RGB (Red+Green+Blue) = 239+230+171=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE6AB is #101954. Grayscale: #E2E2E2. Windows color (decimal): -1055061 or 11265775. OLE color: 11265775.

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

Color convert

RGB 239 230 171 -
CMYK 0 0.04 0.28 0.06
HSL 52.06º 0.68% 0.8% -
HSV(B) 52.06º 0.28% 0.94% -
XYZ 71.24 77.88 49.81 -
YUV 225.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 239 230 171 0 0.04 0.28 0.06 52.06 0.68 0.8
Hex EF E6 AB 0 4 1C 6 34 44 50
Octal 357 346 253 0 4 34 6 64 104 120
Binary 11101111 11100110 10101011 0 100 11100 110 110100 1000100 1010000

Color Harmonies of #EFE6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6AB

Black with #EFE6AB

Text Example


Text Example

White with #EFE6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6AB; }

 p { color: rgb(239,230,171); }

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

background-color css

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

 a { background-color: rgb(239,230,171); }

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

border-color css

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

 span { border-color: rgb(239,230,171); }

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