Html Css Color HEX #EFDF84 Light Goldenrod

📋 copy color: '#EFDF84'

red 239 ◦ green 223 ◦ blue 132

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

Shades of Light Goldenrod #EFDF84

Tints of Light Goldenrod #EFDF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.22%

R = 40.24%
G = 37.54%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFDF84 (or 0xEFDF84) is known color: Light Goldenrod. HEX triplet: EF, DF and 84. RGB value is (239,223,132). Sum of RGB (Red+Green+Blue) = 239+223+132=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF84 is #10207B. Grayscale: #D9D9D9. Windows color (decimal): -1056892 or 8708079. OLE color: 8708079.

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

Color convert

RGB 239 223 132 -
CMYK 0 0.07 0.45 0.06
HSL 51.03º 0.77% 0.73% -
HSV(B) 51.03º 0.45% 0.94% -
XYZ 66.15 72.79 32.39 -
YUV 217.41 79.8 143.4 -
System Red Green Blue C M Y K H S L
Decimal 239 223 132 0 0.07 0.45 0.06 51.03 0.77 0.73
Hex EF DF 84 0 7 2D 6 33 4D 49
Octal 357 337 204 0 7 55 6 63 115 111
Binary 11101111 11011111 10000100 0 111 101101 110 110011 1001101 1001001

Color Harmonies of #EFDF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF84

Black with #EFDF84

Text Example


Text Example

White with #EFDF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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