Html Css Color HEX #EFC629 Golden Dream

📋 copy color: '#EFC629'

red 239 ◦ green 198 ◦ blue 41

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

Shades of Golden Dream #EFC629

Tints of Golden Dream #EFC629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.42%

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

R = 50%
G = 41.42%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFC629 (or 0xEFC629) is known color: Golden Dream. HEX triplet: EF, C6 and 29. RGB value is (239,198,41). Sum of RGB (Red+Green+Blue) = 239+198+41=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC629 is #1039D6. Grayscale: #C1C1C1. Windows color (decimal): -1063383 or 2737903. OLE color: 2737903.

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

Color convert

RGB 239 198 41 -
CMYK 0 0.17 0.83 0.06
HSL 47.58º 0.86% 0.55% -
HSV(B) 47.58º 0.83% 0.94% -
XYZ 56.19 58.9 10.5 -
YUV 192.36 42.58 161.27 -
System Red Green Blue C M Y K H S L
Decimal 239 198 41 0 0.17 0.83 0.06 47.58 0.86 0.55
Hex EF C6 29 0 11 53 6 30 56 37
Octal 357 306 51 0 21 123 6 60 126 67
Binary 11101111 11000110 101001 0 10001 1010011 110 110000 1010110 110111

Color Harmonies of #EFC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC629

Black with #EFC629

Text Example


Text Example

White with #EFC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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