Html Css Color HEX #EFE5AC Pale Goldenrod

📋 copy color: '#EFE5AC'

red 239 ◦ green 229 ◦ blue 172

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

Shades of Pale Goldenrod #EFE5AC

Tints of Pale Goldenrod #EFE5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.78%

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

R = 37.34%
G = 35.78%
B = 26.88%

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

#EFE5AC (or 0xEFE5AC) is known color: Pale Goldenrod. HEX triplet: EF, E5 and AC. RGB value is (239,229,172). Sum of RGB (Red+Green+Blue) = 239+229+172=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5AC is #101A53. Grayscale: #E1E1E1. Windows color (decimal): -1055316 or 11331055. OLE color: 11331055.

HSL color Cylindrical-coordinate representation of color #EFE5AC: hue angle of 51.04º 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 #EFE5AC is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 172 -
CMYK 0 0.04 0.28 0.06
HSL 51.04º 0.68% 0.81% -
HSV(B) 51.04º 0.28% 0.94% -
XYZ 71.06 77.37 50.22 -
YUV 225.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 239 229 172 0 0.04 0.28 0.06 51.04 0.68 0.81
Hex EF E5 AC 0 4 1C 6 33 44 51
Octal 357 345 254 0 4 34 6 63 104 121
Binary 11101111 11100101 10101100 0 100 11100 110 110011 1000100 1010001

Color Harmonies of #EFE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5AC

Black with #EFE5AC

Text Example


Text Example

White with #EFE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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