Html Css Color HEX #EFD27E Golden Glow

📋 copy color: '#EFD27E'

red 239 ◦ green 210 ◦ blue 126

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

Shades of Golden Glow #EFD27E

Tints of Golden Glow #EFD27E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.52%

 BLUE value IS 126 (49.61% from 255) = 21.91%

R = 41.57%
G = 36.52%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFD27E (or 0xEFD27E) is known color: Golden Glow. HEX triplet: EF, D2 and 7E. RGB value is (239,210,126). Sum of RGB (Red+Green+Blue) = 239+210+126=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD27E is #102D81. Grayscale: #D1D1D1. Windows color (decimal): -1060226 or 8311535. OLE color: 8311535.

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

Color convert

RGB 239 210 126 -
CMYK 0 0.12 0.47 0.06
HSL 44.6º 0.78% 0.72% -
HSV(B) 44.6º 0.47% 0.94% -
XYZ 62.41 65.95 29.18 -
YUV 209.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 239 210 126 0 0.12 0.47 0.06 44.6 0.78 0.72
Hex EF D2 7E 0 C 2F 6 2D 4E 48
Octal 357 322 176 0 14 57 6 55 116 110
Binary 11101111 11010010 1111110 0 1100 101111 110 101101 1001110 1001000

Color Harmonies of #EFD27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD27E

Black with #EFD27E

Text Example


Text Example

White with #EFD27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD27E; }

 p { color: rgb(239,210,126); }

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

background-color css

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

 a { background-color: rgb(239,210,126); }

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

border-color css

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

 span { border-color: rgb(239,210,126); }

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