Html Css Color HEX #EFDF8A Light Goldenrod

📋 copy color: '#EFDF8A'

red 239 ◦ green 223 ◦ blue 138

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

Shades of Light Goldenrod #EFDF8A

Tints of Light Goldenrod #EFDF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23%

R = 39.83%
G = 37.17%
B = 23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFDF8A (or 0xEFDF8A) is known color: Light Goldenrod. HEX triplet: EF, DF and 8A. RGB value is (239,223,138). Sum of RGB (Red+Green+Blue) = 239+223+138=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF8A is #102075. Grayscale: #DADADA. Windows color (decimal): -1056886 or 9101295. OLE color: 9101295.

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

Color convert

RGB 239 223 138 -
CMYK 0 0.07 0.42 0.06
HSL 50.5º 0.76% 0.74% -
HSV(B) 50.5º 0.42% 0.94% -
XYZ 66.57 72.96 34.62 -
YUV 218.09 82.8 142.91 -
System Red Green Blue C M Y K H S L
Decimal 239 223 138 0 0.07 0.42 0.06 50.5 0.76 0.74
Hex EF DF 8A 0 7 2A 6 32 4C 4A
Octal 357 337 212 0 7 52 6 62 114 112
Binary 11101111 11011111 10001010 0 111 101010 110 110010 1001100 1001010

Color Harmonies of #EFDF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF8A

Black with #EFDF8A

Text Example


Text Example

White with #EFDF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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