Html Css Color HEX #EFE69F Pale Goldenrod

📋 copy color: '#EFE69F'

red 239 ◦ green 230 ◦ blue 159

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

Shades of Pale Goldenrod #EFE69F

Tints of Pale Goldenrod #EFE69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.32%

R = 38.06%
G = 36.62%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFE69F (or 0xEFE69F) is known color: Pale Goldenrod. HEX triplet: EF, E6 and 9F. RGB value is (239,230,159). Sum of RGB (Red+Green+Blue) = 239+230+159=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 159 (62.5% from 255 or 25.32% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE69F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE69F is #101960. Grayscale: #E0E0E0. Windows color (decimal): -1055073 or 10479343. OLE color: 10479343.

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

Color convert

RGB 239 230 159 -
CMYK 0 0.04 0.33 0.06
HSL 53.25º 0.71% 0.78% -
HSV(B) 53.25º 0.33% 0.94% -
XYZ 70.15 77.45 44.05 -
YUV 224.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 239 230 159 0 0.04 0.33 0.06 53.25 0.71 0.78
Hex EF E6 9F 0 4 21 6 35 47 4E
Octal 357 346 237 0 4 41 6 65 107 116
Binary 11101111 11100110 10011111 0 100 100001 110 110101 1000111 1001110

Color Harmonies of #EFE69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE69F

Black with #EFE69F

Text Example


Text Example

White with #EFE69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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