Html Css Color HEX #EFD138 Golden Dream

📋 copy color: '#EFD138'

red 239 ◦ green 209 ◦ blue 56

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

Shades of Golden Dream #EFD138

Tints of Golden Dream #EFD138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.11%

R = 47.42%
G = 41.47%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFD138 (or 0xEFD138) is known color: Golden Dream. HEX triplet: EF, D1 and 38. RGB value is (239,209,56). Sum of RGB (Red+Green+Blue) = 239+209+56=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD138 is #102EC7. Grayscale: #C9C9C9. Windows color (decimal): -1060552 or 3723759. OLE color: 3723759.

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

Color convert

RGB 239 209 56 -
CMYK 0 0.13 0.77 0.06
HSL 50.16º 0.85% 0.58% -
HSV(B) 50.16º 0.77% 0.94% -
XYZ 59.11 64.24 13.02 -
YUV 200.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 239 209 56 0 0.13 0.77 0.06 50.16 0.85 0.58
Hex EF D1 38 0 D 4D 6 32 55 3A
Octal 357 321 70 0 15 115 6 62 125 72
Binary 11101111 11010001 111000 0 1101 1001101 110 110010 1010101 111010

Color Harmonies of #EFD138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD138

Black with #EFD138

Text Example


Text Example

White with #EFD138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD138; }

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

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

background-color css

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

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

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

border-color css

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

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

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