Html Css Color HEX #EFDF7E Light Goldenrod

📋 copy color: '#EFDF7E'

red 239 ◦ green 223 ◦ blue 126

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

Shades of Light Goldenrod #EFDF7E

Tints of Light Goldenrod #EFDF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.43%

R = 40.65%
G = 37.93%
B = 21.43%

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

#EFDF7E (or 0xEFDF7E) is known color: Light Goldenrod. HEX triplet: EF, DF and 7E. RGB value is (239,223,126). Sum of RGB (Red+Green+Blue) = 239+223+126=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF7E is #102081. Grayscale: #D9D9D9. Windows color (decimal): -1056898 or 8314863. OLE color: 8314863.

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

Color convert

RGB 239 223 126 -
CMYK 0 0.07 0.47 0.06
HSL 51.5º 0.78% 0.72% -
HSV(B) 51.5º 0.47% 0.94% -
XYZ 65.75 72.63 30.29 -
YUV 216.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 239 223 126 0 0.07 0.47 0.06 51.5 0.78 0.72
Hex EF DF 7E 0 7 2F 6 34 4E 48
Octal 357 337 176 0 7 57 6 64 116 110
Binary 11101111 11011111 1111110 0 111 101111 110 110100 1001110 1001000

Color Harmonies of #EFDF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF7E

Black with #EFDF7E

Text Example


Text Example

White with #EFDF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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