Html Css Color HEX #EFE3AD Pale Goldenrod

📋 copy color: '#EFE3AD'

red 239 ◦ green 227 ◦ blue 173

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

Shades of Pale Goldenrod #EFE3AD

Tints of Pale Goldenrod #EFE3AD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.52%

 BLUE value IS 173 (67.97% from 255) = 27.07%

R = 37.4%
G = 35.52%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFE3AD (or 0xEFE3AD) is known color: Pale Goldenrod. HEX triplet: EF, E3 and AD. RGB value is (239,227,173). Sum of RGB (Red+Green+Blue) = 239+227+173=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3AD is #101C52. Grayscale: #E0E0E0. Windows color (decimal): -1055827 or 11396079. OLE color: 11396079.

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

Color convert

RGB 239 227 173 -
CMYK 0 0.05 0.28 0.06
HSL 49.09º 0.67% 0.81% -
HSV(B) 49.09º 0.28% 0.94% -
XYZ 70.61 76.31 50.54 -
YUV 224.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 239 227 173 0 0.05 0.28 0.06 49.09 0.67 0.81
Hex EF E3 AD 0 5 1C 6 31 43 51
Octal 357 343 255 0 5 34 6 61 103 121
Binary 11101111 11100011 10101101 0 101 11100 110 110001 1000011 1010001

Color Harmonies of #EFE3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3AD

Black with #EFE3AD

Text Example


Text Example

White with #EFE3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3AD; }

 p { color: rgb(239,227,173); }

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

background-color css

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

 a { background-color: rgb(239,227,173); }

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

border-color css

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

 span { border-color: rgb(239,227,173); }

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