Html Css Color HEX #EFE2A6 Pale Goldenrod

📋 copy color: '#EFE2A6'

red 239 ◦ green 226 ◦ blue 166

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

Shades of Pale Goldenrod #EFE2A6

Tints of Pale Goldenrod #EFE2A6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.82%

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

R = 37.88%
G = 35.82%
B = 26.31%

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

#EFE2A6 (or 0xEFE2A6) is known color: Pale Goldenrod. HEX triplet: EF, E2 and A6. RGB value is (239,226,166). Sum of RGB (Red+Green+Blue) = 239+226+166=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 166 (65.23% from 255 or 26.31% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2A6 is #101D59. Grayscale: #DFDFDF. Windows color (decimal): -1056090 or 10937071. OLE color: 10937071.

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

Color convert

RGB 239 226 166 -
CMYK 0 0.05 0.31 0.06
HSL 49.32º 0.7% 0.79% -
HSV(B) 49.32º 0.31% 0.94% -
XYZ 69.68 75.5 46.98 -
YUV 223.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 239 226 166 0 0.05 0.31 0.06 49.32 0.7 0.79
Hex EF E2 A6 0 5 1F 6 31 46 4F
Octal 357 342 246 0 5 37 6 61 106 117
Binary 11101111 11100010 10100110 0 101 11111 110 110001 1000110 1001111

Color Harmonies of #EFE2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2A6

Black with #EFE2A6

Text Example


Text Example

White with #EFE2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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