Html Css Color HEX #EFE281 Light Goldenrod

📋 copy color: '#EFE281'

red 239 ◦ green 226 ◦ blue 129

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

Shades of Light Goldenrod #EFE281

Tints of Light Goldenrod #EFE281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.72%

R = 40.24%
G = 38.05%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFE281 (or 0xEFE281) is known color: Light Goldenrod. HEX triplet: EF, E2 and 81. RGB value is (239,226,129). Sum of RGB (Red+Green+Blue) = 239+226+129=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE281 is #101D7E. Grayscale: #DBDBDB. Windows color (decimal): -1056127 or 8512239. OLE color: 8512239.

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

Color convert

RGB 239 226 129 -
CMYK 0 0.05 0.46 0.06
HSL 52.91º 0.77% 0.72% -
HSV(B) 52.91º 0.46% 0.94% -
XYZ 66.76 74.33 31.6 -
YUV 218.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 239 226 129 0 0.05 0.46 0.06 52.91 0.77 0.72
Hex EF E2 81 0 5 2E 6 35 4D 48
Octal 357 342 201 0 5 56 6 65 115 110
Binary 11101111 11100010 10000001 0 101 101110 110 110101 1001101 1001000

Color Harmonies of #EFE281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE281

Black with #EFE281

Text Example


Text Example

White with #EFE281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE281; }

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

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

background-color css

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

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

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

border-color css

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

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

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