Html Css Color HEX #EFDF82 Light Goldenrod

📋 copy color: '#EFDF82'

red 239 ◦ green 223 ◦ blue 130

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

Shades of Light Goldenrod #EFDF82

Tints of Light Goldenrod #EFDF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.96%

R = 40.37%
G = 37.67%
B = 21.96%

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

#EFDF82 (or 0xEFDF82) is known color: Light Goldenrod. HEX triplet: EF, DF and 82. RGB value is (239,223,130). Sum of RGB (Red+Green+Blue) = 239+223+130=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF82 is #10207D. Grayscale: #D9D9D9. Windows color (decimal): -1056894 or 8577007. OLE color: 8577007.

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

Color convert

RGB 239 223 130 -
CMYK 0 0.07 0.46 0.06
HSL 51.19º 0.77% 0.72% -
HSV(B) 51.19º 0.46% 0.94% -
XYZ 66.01 72.74 31.68 -
YUV 217.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 239 223 130 0 0.07 0.46 0.06 51.19 0.77 0.72
Hex EF DF 82 0 7 2E 6 33 4D 48
Octal 357 337 202 0 7 56 6 63 115 110
Binary 11101111 11011111 10000010 0 111 101110 110 110011 1001101 1001000

Color Harmonies of #EFDF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF82

Black with #EFDF82

Text Example


Text Example

White with #EFDF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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