Html Css Color HEX #EFD37A Golden Glow

📋 copy color: '#EFD37A'

red 239 ◦ green 211 ◦ blue 122

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

Shades of Golden Glow #EFD37A

Tints of Golden Glow #EFD37A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.89%

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

R = 41.78%
G = 36.89%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD37A (or 0xEFD37A) is known color: Golden Glow. HEX triplet: EF, D3 and 7A. RGB value is (239,211,122). Sum of RGB (Red+Green+Blue) = 239+211+122=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD37A is #102C85. Grayscale: #D1D1D1. Windows color (decimal): -1059974 or 8049647. OLE color: 8049647.

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

Color convert

RGB 239 211 122 -
CMYK 0 0.12 0.49 0.06
HSL 45.64º 0.79% 0.71% -
HSV(B) 45.64º 0.49% 0.94% -
XYZ 62.4 66.34 27.93 -
YUV 209.23 78.78 149.24 -
System Red Green Blue C M Y K H S L
Decimal 239 211 122 0 0.12 0.49 0.06 45.64 0.79 0.71
Hex EF D3 7A 0 C 31 6 2E 4F 47
Octal 357 323 172 0 14 61 6 56 117 107
Binary 11101111 11010011 1111010 0 1100 110001 110 101110 1001111 1000111

Color Harmonies of #EFD37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD37A

Black with #EFD37A

Text Example


Text Example

White with #EFD37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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