Html Css Color HEX #EFE083 Light Goldenrod

📋 copy color: '#EFE083'

red 239 ◦ green 224 ◦ blue 131

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

Shades of Light Goldenrod #EFE083

Tints of Light Goldenrod #EFE083

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.71%

 BLUE value IS 131 (51.56% from 255) = 22.05%

R = 40.24%
G = 37.71%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFE083 (or 0xEFE083) is known color: Light Goldenrod. HEX triplet: EF, E0 and 83. RGB value is (239,224,131). Sum of RGB (Red+Green+Blue) = 239+224+131=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE083 is #101F7C. Grayscale: #DADADA. Windows color (decimal): -1056637 or 8642799. OLE color: 8642799.

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

Color convert

RGB 239 224 131 -
CMYK 0 0.06 0.45 0.06
HSL 51.67º 0.77% 0.73% -
HSV(B) 51.67º 0.45% 0.94% -
XYZ 66.35 73.3 32.12 -
YUV 217.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 239 224 131 0 0.06 0.45 0.06 51.67 0.77 0.73
Hex EF E0 83 0 6 2D 6 34 4D 49
Octal 357 340 203 0 6 55 6 64 115 111
Binary 11101111 11100000 10000011 0 110 101101 110 110100 1001101 1001001

Color Harmonies of #EFE083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE083

Black with #EFE083

Text Example


Text Example

White with #EFE083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE083; }

 p { color: rgb(239,224,131); }

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

background-color css

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

 a { background-color: rgb(239,224,131); }

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

border-color css

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

 span { border-color: rgb(239,224,131); }

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