Html Css Color HEX #EFDF7F Light Goldenrod

📋 copy color: '#EFDF7F'

red 239 ◦ green 223 ◦ blue 127

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

Shades of Light Goldenrod #EFDF7F

Tints of Light Goldenrod #EFDF7F

RGB

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

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

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

R = 40.58%
G = 37.86%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFDF7F (or 0xEFDF7F) is known color: Light Goldenrod. HEX triplet: EF, DF and 7F. RGB value is (239,223,127). Sum of RGB (Red+Green+Blue) = 239+223+127=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF7F is #102080. Grayscale: #D9D9D9. Windows color (decimal): -1056897 or 8380399. OLE color: 8380399.

HSL color Cylindrical-coordinate representation of color #EFDF7F: hue angle of 51.43º 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 #EFDF7F is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 127 -
CMYK 0 0.07 0.47 0.06
HSL 51.43º 0.78% 0.72% -
HSV(B) 51.43º 0.47% 0.94% -
XYZ 65.82 72.66 30.63 -
YUV 216.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 239 223 127 0 0.07 0.47 0.06 51.43 0.78 0.72
Hex EF DF 7F 0 7 2F 6 33 4E 48
Octal 357 337 177 0 7 57 6 63 116 110
Binary 11101111 11011111 1111111 0 111 101111 110 110011 1001110 1001000

Color Harmonies of #EFDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF7F

Black with #EFDF7F

Text Example


Text Example

White with #EFDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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