Html Css Color HEX #EFD27B Golden Glow

📋 copy color: '#EFD27B'

red 239 ◦ green 210 ◦ blue 123

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

Shades of Golden Glow #EFD27B

Tints of Golden Glow #EFD27B

RGB

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

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

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

R = 41.78%
G = 36.71%
B = 21.5%

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

#EFD27B (or 0xEFD27B) is known color: Golden Glow. HEX triplet: EF, D2 and 7B. RGB value is (239,210,123). Sum of RGB (Red+Green+Blue) = 239+210+123=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD27B is #102D84. Grayscale: #D1D1D1. Windows color (decimal): -1060229 or 8114927. OLE color: 8114927.

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

Color convert

RGB 239 210 123 -
CMYK 0 0.12 0.49 0.06
HSL 45º 0.78% 0.71% -
HSV(B) 45º 0.49% 0.94% -
XYZ 62.22 65.87 28.17 -
YUV 208.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 239 210 123 0 0.12 0.49 0.06 45 0.78 0.71
Hex EF D2 7B 0 C 31 6 2D 4E 47
Octal 357 322 173 0 14 61 6 55 116 107
Binary 11101111 11010010 1111011 0 1100 110001 110 101101 1001110 1000111

Color Harmonies of #EFD27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD27B

Black with #EFD27B

Text Example


Text Example

White with #EFD27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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