Html Css Color HEX #EFDF80 Light Goldenrod

📋 copy color: '#EFDF80'

red 239 ◦ green 223 ◦ blue 128

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

Shades of Light Goldenrod #EFDF80

Tints of Light Goldenrod #EFDF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.69%

R = 40.51%
G = 37.8%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFDF80 (or 0xEFDF80) is known color: Light Goldenrod. HEX triplet: EF, DF and 80. RGB value is (239,223,128). Sum of RGB (Red+Green+Blue) = 239+223+128=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF80 is #10207F. Grayscale: #D9D9D9. Windows color (decimal): -1056896 or 8445935. OLE color: 8445935.

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

Color convert

RGB 239 223 128 -
CMYK 0 0.07 0.46 0.06
HSL 51.35º 0.78% 0.72% -
HSV(B) 51.35º 0.46% 0.94% -
XYZ 65.88 72.68 30.98 -
YUV 216.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 239 223 128 0 0.07 0.46 0.06 51.35 0.78 0.72
Hex EF DF 80 0 7 2E 6 33 4E 48
Octal 357 337 200 0 7 56 6 63 116 110
Binary 11101111 11011111 10000000 0 111 101110 110 110011 1001110 1001000

Color Harmonies of #EFDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF80

Black with #EFDF80

Text Example


Text Example

White with #EFDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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