Html Css Color HEX #EFE07A Light Goldenrod

📋 copy color: '#EFE07A'

red 239 ◦ green 224 ◦ blue 122

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

Shades of Light Goldenrod #EFE07A

Tints of Light Goldenrod #EFE07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.85%

R = 40.85%
G = 38.29%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFE07A (or 0xEFE07A) is known color: Light Goldenrod. HEX triplet: EF, E0 and 7A. RGB value is (239,224,122). Sum of RGB (Red+Green+Blue) = 239+224+122=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE07A is #101F85. Grayscale: #D9D9D9. Windows color (decimal): -1056646 or 8052975. OLE color: 8052975.

HSL color Cylindrical-coordinate representation of color #EFE07A: hue angle of 52.31º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFE07A is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 122 -
CMYK 0 0.06 0.49 0.06
HSL 52.31º 0.79% 0.71% -
HSV(B) 52.31º 0.49% 0.94% -
XYZ 65.77 73.07 29.05 -
YUV 216.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 239 224 122 0 0.06 0.49 0.06 52.31 0.79 0.71
Hex EF E0 7A 0 6 31 6 34 4F 47
Octal 357 340 172 0 6 61 6 64 117 107
Binary 11101111 11100000 1111010 0 110 110001 110 110100 1001111 1000111

Color Harmonies of #EFE07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE07A

Black with #EFE07A

Text Example


Text Example

White with #EFE07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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