Html Css Color HEX #EFE69E Pale Goldenrod

📋 copy color: '#EFE69E'

red 239 ◦ green 230 ◦ blue 158

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

Shades of Pale Goldenrod #EFE69E

Tints of Pale Goldenrod #EFE69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.2%

R = 38.12%
G = 36.68%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFE69E (or 0xEFE69E) is known color: Pale Goldenrod. HEX triplet: EF, E6 and 9E. RGB value is (239,230,158). Sum of RGB (Red+Green+Blue) = 239+230+158=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE69E is #101961. Grayscale: #E0E0E0. Windows color (decimal): -1055074 or 10413807. OLE color: 10413807.

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

Color convert

RGB 239 230 158 -
CMYK 0 0.04 0.34 0.06
HSL 53.33º 0.72% 0.78% -
HSV(B) 53.33º 0.34% 0.94% -
XYZ 70.06 77.41 43.6 -
YUV 224.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 239 230 158 0 0.04 0.34 0.06 53.33 0.72 0.78
Hex EF E6 9E 0 4 22 6 35 48 4E
Octal 357 346 236 0 4 42 6 65 110 116
Binary 11101111 11100110 10011110 0 100 100010 110 110101 1001000 1001110

Color Harmonies of #EFE69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE69E

Black with #EFE69E

Text Example


Text Example

White with #EFE69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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