Html Css Color HEX #EFDF85 Light Goldenrod

📋 copy color: '#EFDF85'

red 239 ◦ green 223 ◦ blue 133

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

Shades of Light Goldenrod #EFDF85

Tints of Light Goldenrod #EFDF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.35%

R = 40.17%
G = 37.48%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFDF85 (or 0xEFDF85) is known color: Light Goldenrod. HEX triplet: EF, DF and 85. RGB value is (239,223,133). Sum of RGB (Red+Green+Blue) = 239+223+133=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF85 is #10207A. Grayscale: #D9D9D9. Windows color (decimal): -1056891 or 8773615. OLE color: 8773615.

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

Color convert

RGB 239 223 133 -
CMYK 0 0.07 0.44 0.06
HSL 50.94º 0.77% 0.73% -
HSV(B) 50.94º 0.44% 0.94% -
XYZ 66.22 72.82 32.76 -
YUV 217.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 239 223 133 0 0.07 0.44 0.06 50.94 0.77 0.73
Hex EF DF 85 0 7 2C 6 33 4D 49
Octal 357 337 205 0 7 54 6 63 115 111
Binary 11101111 11011111 10000101 0 111 101100 110 110011 1001101 1001001

Color Harmonies of #EFDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF85

Black with #EFDF85

Text Example


Text Example

White with #EFDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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