Html Css Color HEX #EFE4A6 Pale Goldenrod

📋 copy color: '#EFE4A6'

red 239 ◦ green 228 ◦ blue 166

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

Shades of Pale Goldenrod #EFE4A6

Tints of Pale Goldenrod #EFE4A6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.02%

 BLUE value IS 166 (65.23% from 255) = 26.22%

R = 37.76%
G = 36.02%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFE4A6 (or 0xEFE4A6) is known color: Pale Goldenrod. HEX triplet: EF, E4 and A6. RGB value is (239,228,166). Sum of RGB (Red+Green+Blue) = 239+228+166=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 166 (65.23% from 255 or 26.22% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4A6 is #101B59. Grayscale: #E0E0E0. Windows color (decimal): -1055578 or 10937583. OLE color: 10937583.

HSL color Cylindrical-coordinate representation of color #EFE4A6: hue angle of 50.96º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFE4A6 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 166 -
CMYK 0 0.05 0.31 0.06
HSL 50.96º 0.7% 0.79% -
HSV(B) 50.96º 0.31% 0.94% -
XYZ 70.22 76.59 47.16 -
YUV 224.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 239 228 166 0 0.05 0.31 0.06 50.96 0.7 0.79
Hex EF E4 A6 0 5 1F 6 33 46 4F
Octal 357 344 246 0 5 37 6 63 106 117
Binary 11101111 11100100 10100110 0 101 11111 110 110011 1000110 1001111

Color Harmonies of #EFE4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4A6

Black with #EFE4A6

Text Example


Text Example

White with #EFE4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4A6; }

 p { color: rgb(239,228,166); }

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

background-color css

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

 a { background-color: rgb(239,228,166); }

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

border-color css

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

 span { border-color: rgb(239,228,166); }

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