Html Css Color HEX #EFDF7C Light Goldenrod

📋 copy color: '#EFDF7C'

red 239 ◦ green 223 ◦ blue 124

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

Shades of Light Goldenrod #EFDF7C

Tints of Light Goldenrod #EFDF7C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.05%

 BLUE value IS 124 (48.83% from 255) = 21.16%

R = 40.78%
G = 38.05%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFDF7C (or 0xEFDF7C) is known color: Light Goldenrod. HEX triplet: EF, DF and 7C. RGB value is (239,223,124). Sum of RGB (Red+Green+Blue) = 239+223+124=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF7C is #102083. Grayscale: #D8D8D8. Windows color (decimal): -1056900 or 8183791. OLE color: 8183791.

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

Color convert

RGB 239 223 124 -
CMYK 0 0.07 0.48 0.06
HSL 51.65º 0.78% 0.71% -
HSV(B) 51.65º 0.48% 0.94% -
XYZ 65.62 72.58 29.62 -
YUV 216.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 239 223 124 0 0.07 0.48 0.06 51.65 0.78 0.71
Hex EF DF 7C 0 7 30 6 34 4E 47
Octal 357 337 174 0 7 60 6 64 116 107
Binary 11101111 11011111 1111100 0 111 110000 110 110100 1001110 1000111

Color Harmonies of #EFDF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF7C

Black with #EFDF7C

Text Example


Text Example

White with #EFDF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF7C; }

 p { color: rgb(239,223,124); }

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

background-color css

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

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

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

border-color css

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

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

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