Html Css Color HEX #EFCE38 Golden Dream

📋 copy color: '#EFCE38'

red 239 ◦ green 206 ◦ blue 56

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

Shades of Golden Dream #EFCE38

Tints of Golden Dream #EFCE38

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.12%

 BLUE value IS 56 (22.27% from 255) = 11.18%

R = 47.7%
G = 41.12%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFCE38 (or 0xEFCE38) is known color: Golden Dream. HEX triplet: EF, CE and 38. RGB value is (239,206,56). Sum of RGB (Red+Green+Blue) = 239+206+56=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE38 is #1031C7. Grayscale: #C7C7C7. Windows color (decimal): -1061320 or 3722991. OLE color: 3722991.

HSL color Cylindrical-coordinate representation of color #EFCE38: hue angle of 49.18º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFCE38 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 56 -
CMYK 0 0.14 0.77 0.06
HSL 49.18º 0.85% 0.58% -
HSV(B) 49.18º 0.77% 0.94% -
XYZ 58.38 62.78 12.78 -
YUV 198.77 47.43 156.7 -
System Red Green Blue C M Y K H S L
Decimal 239 206 56 0 0.14 0.77 0.06 49.18 0.85 0.58
Hex EF CE 38 0 E 4D 6 31 55 3A
Octal 357 316 70 0 16 115 6 61 125 72
Binary 11101111 11001110 111000 0 1110 1001101 110 110001 1010101 111010

Color Harmonies of #EFCE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE38

Black with #EFCE38

Text Example


Text Example

White with #EFCE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE38; }

 p { color: rgb(239,206,56); }

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

background-color css

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

 a { background-color: rgb(239,206,56); }

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

border-color css

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

 span { border-color: rgb(239,206,56); }

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