Html Css Color HEX #EFD52A Golden Dream

📋 copy color: '#EFD52A'

red 239 ◦ green 213 ◦ blue 42

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

Shades of Golden Dream #EFD52A

Tints of Golden Dream #EFD52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.5%

R = 48.38%
G = 43.12%
B = 8.5%

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

#EFD52A (or 0xEFD52A) is known color: Golden Dream. HEX triplet: EF, D5 and 2A. RGB value is (239,213,42). Sum of RGB (Red+Green+Blue) = 239+213+42=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 42 (16.80% from 255 or 8.50% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD52A is #102AD5. Grayscale: #C9C9C9. Windows color (decimal): -1059542 or 2807279. OLE color: 2807279.

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

Color convert

RGB 239 213 42 -
CMYK 0 0.11 0.82 0.06
HSL 52.08º 0.86% 0.55% -
HSV(B) 52.08º 0.82% 0.94% -
XYZ 59.81 66.11 11.8 -
YUV 201.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 239 213 42 0 0.11 0.82 0.06 52.08 0.86 0.55
Hex EF D5 2A 0 B 52 6 34 56 37
Octal 357 325 52 0 13 122 6 64 126 67
Binary 11101111 11010101 101010 0 1011 1010010 110 110100 1010110 110111

Color Harmonies of #EFD52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD52A

Black with #EFD52A

Text Example


Text Example

White with #EFD52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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