Html Css Color HEX #EFDD7F Light Goldenrod

📋 copy color: '#EFDD7F'

red 239 ◦ green 221 ◦ blue 127

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

Shades of Light Goldenrod #EFDD7F

Tints of Light Goldenrod #EFDD7F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.65%

 BLUE value IS 127 (50% from 255) = 21.64%

R = 40.72%
G = 37.65%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFDD7F (or 0xEFDD7F) is known color: Light Goldenrod. HEX triplet: EF, DD and 7F. RGB value is (239,221,127). Sum of RGB (Red+Green+Blue) = 239+221+127=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD7F is #102280. Grayscale: #D8D8D8. Windows color (decimal): -1057409 or 8379887. OLE color: 8379887.

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

Color convert

RGB 239 221 127 -
CMYK 0 0.08 0.47 0.06
HSL 50.36º 0.78% 0.72% -
HSV(B) 50.36º 0.47% 0.94% -
XYZ 65.28 71.6 30.46 -
YUV 215.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 239 221 127 0 0.08 0.47 0.06 50.36 0.78 0.72
Hex EF DD 7F 0 8 2F 6 32 4E 48
Octal 357 335 177 0 10 57 6 62 116 110
Binary 11101111 11011101 1111111 0 1000 101111 110 110010 1001110 1001000

Color Harmonies of #EFDD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD7F

Black with #EFDD7F

Text Example


Text Example

White with #EFDD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD7F; }

 p { color: rgb(239,221,127); }

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

background-color css

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

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

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

border-color css

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

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

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