Html Css Color HEX #EFE07B Light Goldenrod

📋 copy color: '#EFE07B'

red 239 ◦ green 224 ◦ blue 123

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

Shades of Light Goldenrod #EFE07B

Tints of Light Goldenrod #EFE07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.99%

R = 40.78%
G = 38.23%
B = 20.99%

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

#EFE07B (or 0xEFE07B) is known color: Light Goldenrod. HEX triplet: EF, E0 and 7B. RGB value is (239,224,123). Sum of RGB (Red+Green+Blue) = 239+224+123=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE07B is #101F84. Grayscale: #D9D9D9. Windows color (decimal): -1056645 or 8118511. OLE color: 8118511.

HSL color Cylindrical-coordinate representation of color #EFE07B: hue angle of 52.24º degrees, saturation: 0.78, 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 #EFE07B is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 123 -
CMYK 0 0.06 0.49 0.06
HSL 52.24º 0.78% 0.71% -
HSV(B) 52.24º 0.49% 0.94% -
XYZ 65.83 73.09 29.38 -
YUV 216.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 239 224 123 0 0.06 0.49 0.06 52.24 0.78 0.71
Hex EF E0 7B 0 6 31 6 34 4E 47
Octal 357 340 173 0 6 61 6 64 116 107
Binary 11101111 11100000 1111011 0 110 110001 110 110100 1001110 1000111

Color Harmonies of #EFE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE07B

Black with #EFE07B

Text Example


Text Example

White with #EFE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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