Html Css Color HEX #EFE6A8 Pale Goldenrod

📋 copy color: '#EFE6A8'

red 239 ◦ green 230 ◦ blue 168

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

Shades of Pale Goldenrod #EFE6A8

Tints of Pale Goldenrod #EFE6A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.37%

R = 37.52%
G = 36.11%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFE6A8 (or 0xEFE6A8) is known color: Pale Goldenrod. HEX triplet: EF, E6 and A8. RGB value is (239,230,168). Sum of RGB (Red+Green+Blue) = 239+230+168=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 168 (66.02% from 255 or 26.37% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE6A8 is #101957. Grayscale: #E1E1E1. Windows color (decimal): -1055064 or 11069167. OLE color: 11069167.

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

Color convert

RGB 239 230 168 -
CMYK 0 0.04 0.30 0.06
HSL 52.39º 0.69% 0.8% -
HSV(B) 52.39º 0.3% 0.94% -
XYZ 70.96 77.77 48.32 -
YUV 225.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 239 230 168 0 0.04 0.30 0.06 52.39 0.69 0.8
Hex EF E6 A8 0 4 1E 6 34 45 50
Octal 357 346 250 0 4 36 6 64 105 120
Binary 11101111 11100110 10101000 0 100 11110 110 110100 1000101 1010000

Color Harmonies of #EFE6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6A8

Black with #EFE6A8

Text Example


Text Example

White with #EFE6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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