Html Css Color HEX #EFD52D Golden Dream

📋 copy color: '#EFD52D'

red 239 ◦ green 213 ◦ blue 45

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

Shades of Golden Dream #EFD52D

Tints of Golden Dream #EFD52D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

 BLUE value IS 45 (17.97% from 255) = 9.05%

R = 48.09%
G = 42.86%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFD52D (or 0xEFD52D) is known color: Golden Dream. HEX triplet: EF, D5 and 2D. RGB value is (239,213,45). Sum of RGB (Red+Green+Blue) = 239+213+45=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD52D is #102AD2. Grayscale: #CACACA. Windows color (decimal): -1059539 or 3003887. OLE color: 3003887.

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

Color convert

RGB 239 213 45 -
CMYK 0 0.11 0.81 0.06
HSL 51.96º 0.86% 0.56% -
HSV(B) 51.96º 0.81% 0.94% -
XYZ 59.86 66.13 12.09 -
YUV 201.62 39.61 154.66 -
System Red Green Blue C M Y K H S L
Decimal 239 213 45 0 0.11 0.81 0.06 51.96 0.86 0.56
Hex EF D5 2D 0 B 51 6 34 56 38
Octal 357 325 55 0 13 121 6 64 126 70
Binary 11101111 11010101 101101 0 1011 1010001 110 110100 1010110 111000

Color Harmonies of #EFD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD52D

Black with #EFD52D

Text Example


Text Example

White with #EFD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD52D; }

 p { color: rgb(239,213,45); }

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

background-color css

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

 a { background-color: rgb(239,213,45); }

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

border-color css

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

 span { border-color: rgb(239,213,45); }

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