Html Css Color HEX #EFD329 Golden Dream

📋 copy color: '#EFD329'

red 239 ◦ green 211 ◦ blue 41

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

Shades of Golden Dream #EFD329

Tints of Golden Dream #EFD329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.35%

R = 48.68%
G = 42.97%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFD329 (or 0xEFD329) is known color: Golden Dream. HEX triplet: EF, D3 and 29. RGB value is (239,211,41). Sum of RGB (Red+Green+Blue) = 239+211+41=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD329 is #102CD6. Grayscale: #C8C8C8. Windows color (decimal): -1060055 or 2741231. OLE color: 2741231.

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

Color convert

RGB 239 211 41 -
CMYK 0 0.12 0.83 0.06
HSL 51.52º 0.86% 0.55% -
HSV(B) 51.52º 0.83% 0.94% -
XYZ 59.29 65.1 11.54 -
YUV 199.99 38.28 155.82 -
System Red Green Blue C M Y K H S L
Decimal 239 211 41 0 0.12 0.83 0.06 51.52 0.86 0.55
Hex EF D3 29 0 C 53 6 34 56 37
Octal 357 323 51 0 14 123 6 64 126 67
Binary 11101111 11010011 101001 0 1100 1010011 110 110100 1010110 110111

Color Harmonies of #EFD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD329

Black with #EFD329

Text Example


Text Example

White with #EFD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD329; }

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

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

background-color css

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

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

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

border-color css

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

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

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