Html Css Color HEX #EFCD37 Golden Dream

📋 copy color: '#EFCD37'

red 239 ◦ green 205 ◦ blue 55

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

Shades of Golden Dream #EFCD37

Tints of Golden Dream #EFCD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.02%

R = 47.9%
G = 41.08%
B = 11.02%

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

#EFCD37 (or 0xEFCD37) is known color: Golden Dream. HEX triplet: EF, CD and 37. RGB value is (239,205,55). Sum of RGB (Red+Green+Blue) = 239+205+55=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD37 is #1032C8. Grayscale: #C6C6C6. Windows color (decimal): -1061577 or 3657199. OLE color: 3657199.

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

Color convert

RGB 239 205 55 -
CMYK 0 0.14 0.77 0.06
HSL 48.91º 0.85% 0.58% -
HSV(B) 48.91º 0.77% 0.94% -
XYZ 58.12 62.29 12.57 -
YUV 198.07 47.26 157.2 -
System Red Green Blue C M Y K H S L
Decimal 239 205 55 0 0.14 0.77 0.06 48.91 0.85 0.58
Hex EF CD 37 0 E 4D 6 31 55 3A
Octal 357 315 67 0 16 115 6 61 125 72
Binary 11101111 11001101 110111 0 1110 1001101 110 110001 1010101 111010

Color Harmonies of #EFCD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD37

Black with #EFCD37

Text Example


Text Example

White with #EFCD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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