Html Css Color HEX #EFDE8A Light Goldenrod

📋 copy color: '#EFDE8A'

red 239 ◦ green 222 ◦ blue 138

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

Shades of Light Goldenrod #EFDE8A

Tints of Light Goldenrod #EFDE8A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.06%

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

R = 39.9%
G = 37.06%
B = 23.04%

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

#EFDE8A (or 0xEFDE8A) is known color: Light Goldenrod. HEX triplet: EF, DE and 8A. RGB value is (239,222,138). Sum of RGB (Red+Green+Blue) = 239+222+138=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE8A is #102175. Grayscale: #D9D9D9. Windows color (decimal): -1057142 or 9101039. OLE color: 9101039.

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

Color convert

RGB 239 222 138 -
CMYK 0 0.07 0.42 0.06
HSL 49.9º 0.76% 0.74% -
HSV(B) 49.9º 0.42% 0.94% -
XYZ 66.31 72.43 34.53 -
YUV 217.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 239 222 138 0 0.07 0.42 0.06 49.9 0.76 0.74
Hex EF DE 8A 0 7 2A 6 32 4C 4A
Octal 357 336 212 0 7 52 6 62 114 112
Binary 11101111 11011110 10001010 0 111 101010 110 110010 1001100 1001010

Color Harmonies of #EFDE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE8A

Black with #EFDE8A

Text Example


Text Example

White with #EFDE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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