Html Css Color HEX #EFD429 Golden Dream

📋 copy color: '#EFD429'

red 239 ◦ green 212 ◦ blue 41

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

Shades of Golden Dream #EFD429

Tints of Golden Dream #EFD429

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.09%

 BLUE value IS 41 (16.41% from 255) = 8.33%

R = 48.58%
G = 43.09%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFD429 (or 0xEFD429) is known color: Golden Dream. HEX triplet: EF, D4 and 29. RGB value is (239,212,41). Sum of RGB (Red+Green+Blue) = 239+212+41=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD429 is #102BD6. Grayscale: #C9C9C9. Windows color (decimal): -1059799 or 2741487. OLE color: 2741487.

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

Color convert

RGB 239 212 41 -
CMYK 0 0.11 0.83 0.06
HSL 51.82º 0.86% 0.55% -
HSV(B) 51.82º 0.83% 0.94% -
XYZ 59.54 65.6 11.62 -
YUV 200.58 37.95 155.4 -
System Red Green Blue C M Y K H S L
Decimal 239 212 41 0 0.11 0.83 0.06 51.82 0.86 0.55
Hex EF D4 29 0 B 53 6 34 56 37
Octal 357 324 51 0 13 123 6 64 126 67
Binary 11101111 11010100 101001 0 1011 1010011 110 110100 1010110 110111

Color Harmonies of #EFD429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD429

Black with #EFD429

Text Example


Text Example

White with #EFD429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD429; }

 p { color: rgb(239,212,41); }

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

background-color css

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

 a { background-color: rgb(239,212,41); }

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

border-color css

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

 span { border-color: rgb(239,212,41); }

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