Html Css Color HEX #EFD12E Golden Dream

📋 copy color: '#EFD12E'

red 239 ◦ green 209 ◦ blue 46

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

Shades of Golden Dream #EFD12E

Tints of Golden Dream #EFD12E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.31%

 BLUE value IS 46 (18.36% from 255) = 9.31%

R = 48.38%
G = 42.31%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFD12E (or 0xEFD12E) is known color: Golden Dream. HEX triplet: EF, D1 and 2E. RGB value is (239,209,46). Sum of RGB (Red+Green+Blue) = 239+209+46=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD12E is #102ED1. Grayscale: #C8C8C8. Windows color (decimal): -1060562 or 3068399. OLE color: 3068399.

HSL color Cylindrical-coordinate representation of color #EFD12E: hue angle of 50.67º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFD12E is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 46 -
CMYK 0 0.13 0.81 0.06
HSL 50.67º 0.86% 0.56% -
HSV(B) 50.67º 0.81% 0.94% -
XYZ 58.89 64.15 11.86 -
YUV 199.39 41.44 156.25 -
System Red Green Blue C M Y K H S L
Decimal 239 209 46 0 0.13 0.81 0.06 50.67 0.86 0.56
Hex EF D1 2E 0 D 51 6 33 56 38
Octal 357 321 56 0 15 121 6 63 126 70
Binary 11101111 11010001 101110 0 1101 1010001 110 110011 1010110 111000

Color Harmonies of #EFD12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD12E

Black with #EFD12E

Text Example


Text Example

White with #EFD12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD12E; }

 p { color: rgb(239,209,46); }

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

background-color css

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

 a { background-color: rgb(239,209,46); }

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

border-color css

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

 span { border-color: rgb(239,209,46); }

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