Html Css Color HEX #EFEFB4 Medium Goldenrod

📋 copy color: '#EFEFB4'

red 239 ◦ green 239 ◦ blue 180

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

Shades of Medium Goldenrod #EFEFB4

Tints of Medium Goldenrod #EFEFB4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.32%

 BLUE value IS 180 (70.7% from 255) = 27.36%

R = 36.32%
G = 36.32%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFEFB4 (or 0xEFEFB4) is known color: Medium Goldenrod. HEX triplet: EF, EF and B4. RGB value is (239,239,180). Sum of RGB (Red+Green+Blue) = 239+239+180=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFB4 is #10104B. Grayscale: #E8E8E8. Windows color (decimal): -1052748 or 11857903. OLE color: 11857903.

HSL color Cylindrical-coordinate representation of color #EFEFB4: hue angle of 60º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFEFB4 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 180 -
CMYK 0 0 0.25 0.06
HSL 60º 0.65% 0.82% -
HSV(B) 60º 0.25% 0.94% -
XYZ 74.7 83.38 55.34 -
YUV 232.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 239 239 180 0 0 0.25 0.06 60 0.65 0.82
Hex EF EF B4 0 0 19 6 3C 41 52
Octal 357 357 264 0 0 31 6 74 101 122
Binary 11101111 11101111 10110100 0 0 11001 110 111100 1000001 1010010

Color Harmonies of #EFEFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFB4

Black with #EFEFB4

Text Example


Text Example

White with #EFEFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFB4; }

 p { color: rgb(239,239,180); }

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

background-color css

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

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

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

border-color css

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

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

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