Html Css Color HEX #EFE6AC Pale Goldenrod

📋 copy color: '#EFE6AC'

red 239 ◦ green 230 ◦ blue 172

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

Shades of Pale Goldenrod #EFE6AC

Tints of Pale Goldenrod #EFE6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.83%

R = 37.29%
G = 35.88%
B = 26.83%

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

#EFE6AC (or 0xEFE6AC) is known color: Pale Goldenrod. HEX triplet: EF, E6 and AC. RGB value is (239,230,172). Sum of RGB (Red+Green+Blue) = 239+230+172=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE6AC is #101953. Grayscale: #E2E2E2. Windows color (decimal): -1055060 or 11331311. OLE color: 11331311.

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

Color convert

RGB 239 230 172 -
CMYK 0 0.04 0.28 0.06
HSL 51.94º 0.68% 0.81% -
HSV(B) 51.94º 0.28% 0.94% -
XYZ 71.34 77.92 50.31 -
YUV 226.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 239 230 172 0 0.04 0.28 0.06 51.94 0.68 0.81
Hex EF E6 AC 0 4 1C 6 34 44 51
Octal 357 346 254 0 4 34 6 64 104 121
Binary 11101111 11100110 10101100 0 100 11100 110 110100 1000100 1010001

Color Harmonies of #EFE6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6AC

Black with #EFE6AC

Text Example


Text Example

White with #EFE6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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