Html Css Color HEX #EFD52C Golden Dream

📋 copy color: '#EFD52C'

red 239 ◦ green 213 ◦ blue 44

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

Shades of Golden Dream #EFD52C

Tints of Golden Dream #EFD52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.87%

R = 48.19%
G = 42.94%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFD52C (or 0xEFD52C) is known color: Golden Dream. HEX triplet: EF, D5 and 2C. RGB value is (239,213,44). Sum of RGB (Red+Green+Blue) = 239+213+44=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 44 (17.58% from 255 or 8.87% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD52C is #102AD3. Grayscale: #CACACA. Windows color (decimal): -1059540 or 2938351. OLE color: 2938351.

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

Color convert

RGB 239 213 44 -
CMYK 0 0.11 0.82 0.06
HSL 52º 0.86% 0.55% -
HSV(B) 52º 0.82% 0.94% -
XYZ 59.85 66.12 11.99 -
YUV 201.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 239 213 44 0 0.11 0.82 0.06 52 0.86 0.55
Hex EF D5 2C 0 B 52 6 34 56 37
Octal 357 325 54 0 13 122 6 64 126 67
Binary 11101111 11010101 101100 0 1011 1010010 110 110100 1010110 110111

Color Harmonies of #EFD52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD52C

Black with #EFD52C

Text Example


Text Example

White with #EFD52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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