Html Css Color HEX #EFCD38 Golden Dream

📋 copy color: '#EFCD38'

red 239 ◦ green 205 ◦ blue 56

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

Shades of Golden Dream #EFCD38

Tints of Golden Dream #EFCD38

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

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

R = 47.8%
G = 41%
B = 11.2%

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

#EFCD38 (or 0xEFCD38) is known color: Golden Dream. HEX triplet: EF, CD and 38. RGB value is (239,205,56). Sum of RGB (Red+Green+Blue) = 239+205+56=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD38 is #1032C7. Grayscale: #C6C6C6. Windows color (decimal): -1061576 or 3722735. OLE color: 3722735.

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

Color convert

RGB 239 205 56 -
CMYK 0 0.14 0.77 0.06
HSL 48.85º 0.85% 0.58% -
HSV(B) 48.85º 0.77% 0.94% -
XYZ 58.14 62.3 12.7 -
YUV 198.18 47.76 157.12 -
System Red Green Blue C M Y K H S L
Decimal 239 205 56 0 0.14 0.77 0.06 48.85 0.85 0.58
Hex EF CD 38 0 E 4D 6 31 55 3A
Octal 357 315 70 0 16 115 6 61 125 72
Binary 11101111 11001101 111000 0 1110 1001101 110 110001 1010101 111010

Color Harmonies of #EFCD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD38

Black with #EFCD38

Text Example


Text Example

White with #EFCD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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