Html Css Color HEX #EFE284 Light Goldenrod

📋 copy color: '#EFE284'

red 239 ◦ green 226 ◦ blue 132

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

Shades of Light Goldenrod #EFE284

Tints of Light Goldenrod #EFE284

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.86%

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

R = 40.03%
G = 37.86%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFE284 (or 0xEFE284) is known color: Light Goldenrod. HEX triplet: EF, E2 and 84. RGB value is (239,226,132). Sum of RGB (Red+Green+Blue) = 239+226+132=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE284 is #101D7B. Grayscale: #DBDBDB. Windows color (decimal): -1056124 or 8708847. OLE color: 8708847.

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

Color convert

RGB 239 226 132 -
CMYK 0 0.05 0.45 0.06
HSL 52.71º 0.77% 0.73% -
HSV(B) 52.71º 0.45% 0.94% -
XYZ 66.96 74.41 32.66 -
YUV 219.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 239 226 132 0 0.05 0.45 0.06 52.71 0.77 0.73
Hex EF E2 84 0 5 2D 6 35 4D 49
Octal 357 342 204 0 5 55 6 65 115 111
Binary 11101111 11100010 10000100 0 101 101101 110 110101 1001101 1001001

Color Harmonies of #EFE284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE284

Black with #EFE284

Text Example


Text Example

White with #EFE284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE284; }

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

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

background-color css

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

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

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

border-color css

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

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

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