Html Css Color HEX #EFD130 Golden Dream

📋 copy color: '#EFD130'

red 239 ◦ green 209 ◦ blue 48

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

Shades of Golden Dream #EFD130

Tints of Golden Dream #EFD130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.68%

R = 48.19%
G = 42.14%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFD130 (or 0xEFD130) is known color: Golden Dream. HEX triplet: EF, D1 and 30. RGB value is (239,209,48). Sum of RGB (Red+Green+Blue) = 239+209+48=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD130 is #102ECF. Grayscale: #C8C8C8. Windows color (decimal): -1060560 or 3199471. OLE color: 3199471.

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

Color convert

RGB 239 209 48 -
CMYK 0 0.13 0.80 0.06
HSL 50.58º 0.86% 0.56% -
HSV(B) 50.58º 0.8% 0.94% -
XYZ 58.93 64.17 12.08 -
YUV 199.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 239 209 48 0 0.13 0.80 0.06 50.58 0.86 0.56
Hex EF D1 30 0 D 50 6 33 56 38
Octal 357 321 60 0 15 120 6 63 126 70
Binary 11101111 11010001 110000 0 1101 1010000 110 110011 1010110 111000

Color Harmonies of #EFD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD130

Black with #EFD130

Text Example


Text Example

White with #EFD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD130; }

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

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

background-color css

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

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

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

border-color css

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

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

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