Html Css Color HEX #EFEBAF Pale Goldenrod

📋 copy color: '#EFEBAF'

red 239 ◦ green 235 ◦ blue 175

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

Shades of Pale Goldenrod #EFEBAF

Tints of Pale Goldenrod #EFEBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.21%

 BLUE value IS 175 (68.75% from 255) = 26.96%

R = 36.83%
G = 36.21%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFEBAF (or 0xEFEBAF) is known color: Pale Goldenrod. HEX triplet: EF, EB and AF. RGB value is (239,235,175). Sum of RGB (Red+Green+Blue) = 239+235+175=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBAF is #101450. Grayscale: #E5E5E5. Windows color (decimal): -1053777 or 11529199. OLE color: 11529199.

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

Color convert

RGB 239 235 175 -
CMYK 0 0.02 0.27 0.06
HSL 56.25º 0.67% 0.81% -
HSV(B) 56.25º 0.27% 0.94% -
XYZ 73.04 80.86 52.32 -
YUV 229.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 239 235 175 0 0.02 0.27 0.06 56.25 0.67 0.81
Hex EF EB AF 0 2 1B 6 38 43 51
Octal 357 353 257 0 2 33 6 70 103 121
Binary 11101111 11101011 10101111 0 10 11011 110 111000 1000011 1010001

Color Harmonies of #EFEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBAF

Black with #EFEBAF

Text Example


Text Example

White with #EFEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBAF; }

 p { color: rgb(239,235,175); }

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

background-color css

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

 a { background-color: rgb(239,235,175); }

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

border-color css

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

 span { border-color: rgb(239,235,175); }

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